COLOR #C7DE02

HEX: #C7DE02
RGB: (199,222,2)

Renk bilgisi

#C7DE02 contains mainly red and green colors. #C7DE02 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#C7DE02 color RGB value is (199,222,2).

  • kırmız ton 199;
  • yeşil ton 222;
  • mavi ton 2.
RGB:
(199,222,2)
(78%,87%,1%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 222 of 255 = 87%
B 2 of 255 = 1%

199
222
2

R + G + B ~ 55%. #C7DE02 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 222 + 2 = 423 (100%)
R 199 of 423 ~ 47.04%
G 222 of 423 ~ 52.48%
B 2 of 423 ~ 0.47%

%47.04
%52.48

CMYK RENK MODELİ

#C7DE02 rengi CMYK tonu (10,0,99,13).

  • camgöbeği tonu 10.36%
  • eflatun tonu 0.00%
  • sarı tonu 99.10%
  • ana renk tonu 12.94%
CMYK:
(10,0,99,13)
C10M0Y99K13 
(10%,0%,99%,13%)
(0.10/0.00/0.99/0.13)	

CMYK yüzdeleri

%10.36
%0
%99.1
%12.94

Codes

Color #C7DE02 in popluar color models

C7DE02
RGB1992222
HSL66°98.21%43.92%
HSB/HSV66°99.10%87.06%
CMYK10.36%0.00%99.10%
12.94%

Color #C7DE02 in popluar number systems.

HEXC7DE02
Decimal1992222
Binary110001111101111010
Octal3073362

Shades and tints

Shades of #C7DE02

#C7DE02
(199,222,2)
#B5CA02
(181,202,2)
#A3B602
(163,182,2)
#91A202
(145,162,2)
#7F8E02
(127,142,2)
#6D7A02
(109,122,2)
#5B6602
(91,102,2)
#495202
(73,82,2)
#373E02
(55,62,2)
#252A02
(37,42,2)
#131602
(19,22,2)
#000000
(0,0,0)

Tints of #C7DE02

#C7DE02
(199,222,2)
#CCE119
(204,225,25)
#D1E430
(209,228,48)
#D6E747
(214,231,71)
#DBEA5E
(219,234,94)
#E0ED75
(224,237,117)
#E5F08C
(229,240,140)
#EAF3A3
(234,243,163)
#EFF6BA
(239,246,186)
#F4F9D1
(244,249,209)
#F9FCE8
(249,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DE02 color. Also use rgb(199,222,2) instead hex code.

Text Font Color

.myTextColor { color: #C7DE02; }

<p style="color:#C7DE02">This sample text font color is #C7DE02.</p>

This text font color is #C7DE02.


Background Color

.myBgColor { background-color: #C7DE02; }

<div style="background-color:#C7DE02">Inner text</div>

This div background color is #C7DE02.


Border color

.myBorderColor { border: 1px solid #C7DE02; }

<div style="border:3px solid #C7DE02">Div</div>

This div border color is #C7DE02.


Opacity

.myOpacity80 { color: #C7DE02; opacity: 0.8; }

<p style="color:#C7DE02;opacity:0.8;">80%</p>

Text with #C7DE02 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7DE02;}

<p style="text-shadow: 3px 3px 1px #C7DE02">Text here.</p>

This text has shadow with #C7DE02 color.

.textShadow {text-shadow: 3px 3px 1px #C7DE02, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7DE02, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7DE02 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7DE02, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7DE02, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7DE02 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7DE02;
  -webkit-box-shadow:	1px 1px 3px 2px #C7DE02;
  box-shadow:		1px 1px 3px 2px #C7DE02;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7DE02;
-webkit-box-shadow: 1px 1px 3px 2px #C7DE02;
box-shadow:1px 1px 3px 2px #C7DE02;">
Div content here</div>
This div box has shadow with color #C7DE02.

Preview

Color preview on black background

This text has color #C7DE02 on black background.


Color preview on white background

This text has color #C7DE02 on white background.



Black color preview on #C7DE02 background

This text has black color on #C7DE02 background.


White color preview on #C7DE02 background

This text has white color on #C7DE02 background.