Html Css Color HEX #CFDE06 Electric Lime

📋 copy color: '#CFDE06'

red 207 ◦ green 222 ◦ blue 6

#CFDE06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CFDE06

Tints of Electric Lime #CFDE06

RGB

 RED value IS 207 (81.25% from 255) = 47.59%

 GREEN value IS 222 (87.11% from 255) = 51.03%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 47.59%
G = 51.03%
B = 1.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFDE06 (or 0xCFDE06) is known color: Electric Lime. HEX triplet: CF, DE and 06. RGB value is (207,222,6). Sum of RGB (Red+Green+Blue) = 207+222+6=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE06 is #3021F9. Grayscale: #C1C1C1. Windows color (decimal): -3154426 or 450255. OLE color: 450255.

HSL color Cylindrical-coordinate representation of color #CFDE06: hue angle of 64.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFDE06 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 6 -
CMYK 0.07 0 0.97 0.13
HSL 64.17º 0.95% 0.45% -
HSV(B) 64.17º 0.97% 0.87% -
XYZ 51.89 65.52 10.08 -
YUV 192.89 22.53 138.06 -
System Red Green Blue C M Y K H S L
Decimal 207 222 6 0.07 0 0.97 0.13 64.17 0.95 0.45
Hex CF DE 6 7 0 61 D 40 5F 2D
Octal 317 336 6 7 0 141 15 100 137 55
Binary 11001111 11011110 110 111 0 1100001 1101 1000000 1011111 101101

Color Harmonies of #CFDE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE06

Black with #CFDE06

Text Example


Text Example

White with #CFDE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE06; }

 p { color: rgb(207,222,6); }

 H1.HeaderClassName
 {
   color: #CFDE06;
 }
 .AnyTagClassName
 {
   color: #CFDE06;
 }
</style>

background-color css

<style>
 a { background-color: #CFDE06; }

 a { background-color: rgb(207,222,6); }

 div.DivClassName
 {
   background-color: #CFDE06;
 }
 .BgClassName
 {
   background-color: #CFDE06;
 }
</style>

border-color css

<style>
 span { border-color: #CFDE06; }

 span { border-color: rgb(207,222,6); }

 td.TdClassName
 {
   border-color: #CFDE06;
 }
 .TagClassName
 {
   border-color: #CFDE06;
 }
</style>