Html Css Color HEX #CFF816 Electric Lime

📋 copy color: '#CFF816'

red 207 ◦ green 248 ◦ blue 22

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

Shades of Electric Lime #CFF816

Tints of Electric Lime #CFF816

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.99%

 BLUE value IS 22 (8.98% from 255) = 4.61%

R = 43.4%
G = 51.99%
B = 4.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#CFF816 (or 0xCFF816) is known color: Electric Lime. HEX triplet: CF, F8 and 16. RGB value is (207,248,22). Sum of RGB (Red+Green+Blue) = 207+248+22=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF816 is #3007E9. Grayscale: #D2D2D2. Windows color (decimal): -3147754 or 1505487. OLE color: 1505487.

HSL color Cylindrical-coordinate representation of color #CFF816: hue angle of 70.88º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF816 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 22 -
CMYK 0.17 0 0.91 0.03
HSL 70.88º 0.94% 0.53% -
HSV(B) 70.88º 0.91% 0.97% -
XYZ 59.44 80.46 13.16 -
YUV 209.98 21.92 125.88 -
System Red Green Blue C M Y K H S L
Decimal 207 248 22 0.17 0 0.91 0.03 70.88 0.94 0.53
Hex CF F8 16 11 0 5B 3 47 5E 35
Octal 317 370 26 21 0 133 3 107 136 65
Binary 11001111 11111000 10110 10001 0 1011011 11 1000111 1011110 110101

Color Harmonies of #CFF816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF816

Black with #CFF816

Text Example


Text Example

White with #CFF816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF816; }

 p { color: rgb(207,248,22); }

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

background-color css

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

 a { background-color: rgb(207,248,22); }

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

border-color css

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

 span { border-color: rgb(207,248,22); }

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