#C9EB0C

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

Shades of Electric Lime #C9EB0C

Tints of Electric Lime #C9EB0C

Color information

#C9EB0C (or 0xC9EB0C) is unknown color: approx Electric Lime. HEX triplet: C9, EB and 0C. RGB value is (201,235,12). Sum of RGB (Red+Green+Blue) = 201+235+12=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EB0C is #3614F3. Grayscale: #C8C8C8. Windows color (decimal): -3544308 or 846793. OLE color: 846793.

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

Color convert

RGB20123512-
CMYK0.1400.950.08
HSL69.15º90.28%48.43%-
HSV(B)69.15º94.89%92.16%-
XYZ53.8671.8611.38-
YUV199.4122.24129.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 235 (92.19% from 255) = 52.46%
BLUE value IS 12 (5.08% from 255) = 2.68%
R=44.87%
G=52.46%
B=2.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal201235120.1400.950.0869.1590.2848.43
HexC9EBCE05F8455a30
Octal311353141601371010513260
Binary11001001111010111100111001011111100010001011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EB0C; }

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

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

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

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

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

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

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

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