Html Css Color HEX #CFFD06 Electric Lime

📋 copy color: '#CFFD06'

red 207 ◦ green 253 ◦ blue 6

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

Shades of Electric Lime #CFFD06

Tints of Electric Lime #CFFD06

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.29%

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

R = 44.42%
G = 54.29%
B = 1.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#CFFD06 (or 0xCFFD06) is known color: Electric Lime. HEX triplet: CF, FD and 06. RGB value is (207,253,6). Sum of RGB (Red+Green+Blue) = 207+253+6=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD06 is #3002F9. Grayscale: #D4D4D4. Windows color (decimal): -3146490 or 458191. OLE color: 458191.

HSL color Cylindrical-coordinate representation of color #CFFD06: hue angle of 71.17º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFFD06 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 253 6 -
CMYK 0.18 0 0.98 0.01
HSL 71.17º 0.98% 0.51% -
HSV(B) 71.17º 0.98% 0.99% -
XYZ 60.89 83.53 13.09 -
YUV 211.09 12.26 125.08 -
System Red Green Blue C M Y K H S L
Decimal 207 253 6 0.18 0 0.98 0.01 71.17 0.98 0.51
Hex CF FD 6 12 0 62 1 47 62 33
Octal 317 375 6 22 0 142 1 107 142 63
Binary 11001111 11111101 110 10010 0 1100010 1 1000111 1100010 110011

Color Harmonies of #CFFD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD06

Black with #CFFD06

Text Example


Text Example

White with #CFFD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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