#C9EB10

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

Shades of Electric Lime #C9EB10

Tints of Electric Lime #C9EB10

Color information

#C9EB10 (or 0xC9EB10) is unknown color: approx Electric Lime. HEX triplet: C9, EB and 10. RGB value is (201,235,16). Sum of RGB (Red+Green+Blue) = 201+235+16=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EB10 is #3614EF. Grayscale: #C8C8C8. Windows color (decimal): -3544304 or 1108937. OLE color: 1108937.

HSL color Cylindrical-coordinate representation of color #C9EB10: hue angle of 69.32º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9EB10 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB20123516-
CMYK0.1400.930.08
HSL69.32º87.25%49.22%-
HSV(B)69.32º93.19%92.16%-
XYZ53.8971.8711.52-
YUV199.8724.24128.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 235 (92.19% from 255) = 51.99%
BLUE value IS 16 (6.64% from 255) = 3.54%
R=44.47%
G=51.99%
B=3.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal201235160.1400.930.0869.3287.2549.22
HexC9EB10E05D8455731
Octal311353201601351010512761
Binary110010011110101110000111001011101100010001011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EB10; }

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

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

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

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

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

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

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

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