Html Css Color HEX #CFF510 Electric Lime

📋 copy color: '#CFF510'

red 207 ◦ green 245 ◦ blue 16

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

Shades of Electric Lime #CFF510

Tints of Electric Lime #CFF510

RGB

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

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

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

R = 44.23%
G = 52.35%
B = 3.42%

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

#CFF510 (or 0xCFF510) is known color: Electric Lime. HEX triplet: CF, F5 and 10. RGB value is (207,245,16). Sum of RGB (Red+Green+Blue) = 207+245+16=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF510 is #300AEF. Grayscale: #D0D0D0. Windows color (decimal): -3148528 or 1111503. OLE color: 1111503.

HSL color Cylindrical-coordinate representation of color #CFF510: hue angle of 69.96º degrees, saturation: 0.92, 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 #CFF510 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 16 -
CMYK 0.16 0 0.93 0.04
HSL 69.96º 0.92% 0.51% -
HSV(B) 69.96º 0.93% 0.96% -
XYZ 58.48 78.61 12.58 -
YUV 207.53 19.91 127.62 -
System Red Green Blue C M Y K H S L
Decimal 207 245 16 0.16 0 0.93 0.04 69.96 0.92 0.51
Hex CF F5 10 10 0 5D 4 46 5C 33
Octal 317 365 20 20 0 135 4 106 134 63
Binary 11001111 11110101 10000 10000 0 1011101 100 1000110 1011100 110011

Color Harmonies of #CFF510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF510

Black with #CFF510

Text Example


Text Example

White with #CFF510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF510; }

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

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

background-color css

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

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

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

border-color css

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

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

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