Html Css Color HEX #CFF906 Electric Lime

📋 copy color: '#CFF906'

red 207 ◦ green 249 ◦ blue 6

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

Shades of Electric Lime #CFF906

Tints of Electric Lime #CFF906

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.9%

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

R = 44.81%
G = 53.9%
B = 1.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CFF906 (or 0xCFF906) is known color: Electric Lime. HEX triplet: CF, F9 and 06. RGB value is (207,249,6). Sum of RGB (Red+Green+Blue) = 207+249+6=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF906 is #3006F9. Grayscale: #D1D1D1. Windows color (decimal): -3147514 or 457167. OLE color: 457167.

HSL color Cylindrical-coordinate representation of color #CFF906: hue angle of 70.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF906 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 6 -
CMYK 0.17 0 0.98 0.02
HSL 70.37º 0.95% 0.5% -
HSV(B) 70.37º 0.98% 0.98% -
XYZ 59.64 81.03 12.67 -
YUV 208.74 13.59 126.76 -
System Red Green Blue C M Y K H S L
Decimal 207 249 6 0.17 0 0.98 0.02 70.37 0.95 0.5
Hex CF F9 6 11 0 62 2 46 5F 32
Octal 317 371 6 21 0 142 2 106 137 62
Binary 11001111 11111001 110 10001 0 1100010 10 1000110 1011111 110010

Color Harmonies of #CFF906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF906

Black with #CFF906

Text Example


Text Example

White with #CFF906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF906; }

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

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

background-color css

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

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

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

border-color css

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

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

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