#45DD0D

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

Shades of Kelly Green #45DD0D

Tints of Kelly Green #45DD0D

Color information

#45DD0D (or 0x45DD0D) is unknown color: approx Kelly Green. HEX triplet: 45, DD and 0D. RGB value is (69,221,13). Sum of RGB (Red+Green+Blue) = 69+221+13=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DD0D is #BA22F2. Grayscale: #989898. Windows color (decimal): -12198643 or 908613. OLE color: 908613.

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

Color convert

RGB6922113-
CMYK0.6900.940.13
HSL103.85º88.89%45.88%-
HSV(B)103.85º94.12%86.67%-
XYZ28.3853.019.12-
YUV151.8449.6468.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 221 (86.72% from 255) = 72.94%
BLUE value IS 13 (5.47% from 255) = 4.29%
R=22.77%
G=72.94%
B=4.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69221130.6900.940.13103.8588.8945.88
Hex45DDD4505ED68592e
Octal1053351510501361515013156
Binary1000101110111011101100010101011110110111010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,221,13); }

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

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

 a { background-color: rgb(69,221,13); }

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

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

 span { border-color: rgb(69,221,13); }

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