#45C013

Color #45C013 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #45C013

Tints of Kelly Green #45C013

Color information

#45C013 (or 0x45C013) is unknown color: approx Kelly Green. HEX triplet: 45, C0 and 13. RGB value is (69,192,19). Sum of RGB (Red+Green+Blue) = 69+192+19=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #45C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C013 is #BA3FEC. Grayscale: #888888. Windows color (decimal): -12206061 or 1294405. OLE color: 1294405.

HSL color Cylindrical-coordinate representation of color #45C013: hue angle of 102.66º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45C013 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB6919219-
CMYK0.6400.900.25
HSL102.66º81.99%41.37%-
HSV(B)102.66º90.1%75.29%-
XYZ21.4239.017.02-
YUV135.562.2580.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 192 (75.39% from 255) = 68.57%
BLUE value IS 19 (7.81% from 255) = 6.79%
R=24.64%
G=68.57%
B=6.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69192190.6400.900.25102.6681.9941.37
Hex45C0134005A19675229
Octal1053002310001323114712251
Binary100010111000000100111000000010110101100111001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45C013; }

 p { color: rgb(69,192,19); }

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

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

 a { background-color: rgb(69,192,19); }

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

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

 span { border-color: rgb(69,192,19); }

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