#45BD15

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

Shades of Kelly Green #45BD15

Tints of Kelly Green #45BD15

Color information

#45BD15 (or 0x45BD15) is unknown color: approx Kelly Green. HEX triplet: 45, BD and 15. RGB value is (69,189,21). Sum of RGB (Red+Green+Blue) = 69+189+21=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BD15 is #BA42EA. Grayscale: #868686. Windows color (decimal): -12206827 or 1424709. OLE color: 1424709.

HSL color Cylindrical-coordinate representation of color #45BD15: hue angle of 102.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45BD15 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB6918921-
CMYK0.6300.890.26
HSL102.86º80%41.18%-
HSV(B)102.86º88.89%74.12%-
XYZ20.7937.716.89-
YUV133.9764.2481.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 189 (74.22% from 255) = 67.74%
BLUE value IS 21 (8.59% from 255) = 7.53%
R=24.73%
G=67.74%
B=7.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69189210.6300.890.26102.868041.18
Hex45BD153F0591A675029
Octal105275257701313214712051
Binary10001011011110110101111111010110011101011001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,189,21); }

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

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

 a { background-color: rgb(69,189,21); }

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

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

 span { border-color: rgb(69,189,21); }

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