Html Css Color HEX #CFF807 Electric Lime

📋 copy color: '#CFF807'

red 207 ◦ green 248 ◦ blue 7

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

Shades of Electric Lime #CFF807

Tints of Electric Lime #CFF807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 44.81%
G = 53.68%
B = 1.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#CFF807 (or 0xCFF807) is known color: Electric Lime. HEX triplet: CF, F8 and 07. RGB value is (207,248,7). Sum of RGB (Red+Green+Blue) = 207+248+7=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 7 (3.12% from 255 or 1.52% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF807 is #3007F8. Grayscale: #D1D1D1. Windows color (decimal): -3147769 or 522447. OLE color: 522447.

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

Color convert

RGB 207 248 7 -
CMYK 0.17 0 0.97 0.03
HSL 70.21º 0.95% 0.5% -
HSV(B) 70.21º 0.97% 0.97% -
XYZ 59.34 80.42 12.6 -
YUV 208.27 14.42 127.1 -
System Red Green Blue C M Y K H S L
Decimal 207 248 7 0.17 0 0.97 0.03 70.21 0.95 0.5
Hex CF F8 7 11 0 61 3 46 5F 32
Octal 317 370 7 21 0 141 3 106 137 62
Binary 11001111 11111000 111 10001 0 1100001 11 1000110 1011111 110010

Color Harmonies of #CFF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF807

Black with #CFF807

Text Example


Text Example

White with #CFF807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF807; }

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

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

background-color css

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

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

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

border-color css

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

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

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