Html Css Color HEX #CFF506 Electric Lime

📋 copy color: '#CFF506'

red 207 ◦ green 245 ◦ blue 6

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

Shades of Electric Lime #CFF506

Tints of Electric Lime #CFF506

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.49%

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

R = 45.2%
G = 53.49%
B = 1.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CFF506 (or 0xCFF506) is known color: Electric Lime. HEX triplet: CF, F5 and 06. RGB value is (207,245,6). Sum of RGB (Red+Green+Blue) = 207+245+6=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF506 is #300AF9. Grayscale: #CFCFCF. Windows color (decimal): -3148538 or 456143. OLE color: 456143.

HSL color Cylindrical-coordinate representation of color #CFF506: hue angle of 69.54º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF506 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 6 -
CMYK 0.16 0 0.98 0.04
HSL 69.54º 0.95% 0.49% -
HSV(B) 69.54º 0.98% 0.96% -
XYZ 58.42 78.58 12.26 -
YUV 206.39 14.91 128.43 -
System Red Green Blue C M Y K H S L
Decimal 207 245 6 0.16 0 0.98 0.04 69.54 0.95 0.49
Hex CF F5 6 10 0 62 4 46 5F 31
Octal 317 365 6 20 0 142 4 106 137 61
Binary 11001111 11110101 110 10000 0 1100010 100 1000110 1011111 110001

Color Harmonies of #CFF506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF506

Black with #CFF506

Text Example


Text Example

White with #CFF506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF506; }

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

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

background-color css

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

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

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

border-color css

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

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

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