#C9F510

Color #C9F510 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C9F510

Tints of Electric Lime #C9F510

Color information

#C9F510 (or 0xC9F510) is unknown color: approx Electric Lime. HEX triplet: C9, F5 and 10. RGB value is (201,245,16). Sum of RGB (Red+Green+Blue) = 201+245+16=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F510 is #360AEF. Grayscale: #CECECE. Windows color (decimal): -3541744 or 1111497. OLE color: 1111497.

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

Color convert

RGB20124516-
CMYK0.1800.930.04
HSL71.53º91.97%51.18%-
HSV(B)71.53º93.47%96.08%-
XYZ56.8377.7612.5-
YUV205.7420.92124.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 245 (96.09% from 255) = 53.03%
BLUE value IS 16 (6.64% from 255) = 3.46%
R=43.51%
G=53.03%
B=3.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal201245160.1800.930.0471.5391.9751.18
HexC9F5101205D4485c33
Octal31136520220135411013463
Binary110010011111010110000100100101110110010010001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F510; }

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

 H1.HeaderClassName
 {
   color: #C9F510;
 }
 .AnyTagClassName
 {
   color: #C9F510;
 }
</style>
background-color css

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

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

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

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

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

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