Html Css Color HEX #CFF610 Electric Lime

📋 copy color: '#CFF610'

red 207 ◦ green 246 ◦ blue 16

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

Shades of Electric Lime #CFF610

Tints of Electric Lime #CFF610

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.45%

 BLUE value IS 16 (6.64% from 255) = 3.41%

R = 44.14%
G = 52.45%
B = 3.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CFF610 (or 0xCFF610) is known color: Electric Lime. HEX triplet: CF, F6 and 10. RGB value is (207,246,16). Sum of RGB (Red+Green+Blue) = 207+246+16=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF610 is #3009EF. Grayscale: #D0D0D0. Windows color (decimal): -3148272 or 1111759. OLE color: 1111759.

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

Color convert

RGB 207 246 16 -
CMYK 0.16 0 0.93 0.04
HSL 70.17º 0.93% 0.51% -
HSV(B) 70.17º 0.93% 0.96% -
XYZ 58.78 79.21 12.68 -
YUV 208.12 19.58 127.2 -
System Red Green Blue C M Y K H S L
Decimal 207 246 16 0.16 0 0.93 0.04 70.17 0.93 0.51
Hex CF F6 10 10 0 5D 4 46 5D 33
Octal 317 366 20 20 0 135 4 106 135 63
Binary 11001111 11110110 10000 10000 0 1011101 100 1000110 1011101 110011

Color Harmonies of #CFF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF610

Black with #CFF610

Text Example


Text Example

White with #CFF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF610; }

 p { color: rgb(207,246,16); }

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

background-color css

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

 a { background-color: rgb(207,246,16); }

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

border-color css

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

 span { border-color: rgb(207,246,16); }

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