#45DE12

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

Shades of Kelly Green #45DE12

Tints of Kelly Green #45DE12

Color information

#45DE12 (or 0x45DE12) is unknown color: approx Kelly Green. HEX triplet: 45, DE and 12. RGB value is (69,222,18). Sum of RGB (Red+Green+Blue) = 69+222+18=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 222 (87.11% from 255 or 71.84% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DE12 is #BA21ED. Grayscale: #999999. Windows color (decimal): -12198382 or 1236549. OLE color: 1236549.

HSL color Cylindrical-coordinate representation of color #45DE12: hue angle of 105º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45DE12 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB6922218-
CMYK0.6900.920.13
HSL105º85%47.06%-
HSV(B)105º91.89%87.06%-
XYZ28.6853.559.4-
YUV15351.8168.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 222 (87.11% from 255) = 71.84%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=22.33%
G=71.84%
B=5.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69222180.6900.920.131058547.06
Hex45DE124505CD69552f
Octal1053362210501341515112557
Binary10001011101111010010100010101011100110111010011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,222,18); }

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

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

 a { background-color: rgb(69,222,18); }

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

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

 span { border-color: rgb(69,222,18); }

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