Shades of Kelly Green #45BF20
Tints of Kelly Green #45BF20
RGB
CMYK
RGB Variations
Color information
#45BF20 (or 0x45BF20) is known color: Kelly Green. HEX triplet: 45, BF and 20. RGB value is (69,191,32). Sum of RGB (Red+Green+Blue) = 69+191+32=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BF20 is #BA40DF. Grayscale: #888888. Windows color (decimal): -12206304 or 2146117. OLE color: 2146117.
HSL color Cylindrical-coordinate representation of color #45BF20: hue angle of 106.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45BF20 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 32 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.25 |
| HSL | 106.04º | 0.71% | 0.44% | - |
| HSV(B) | 106.04º | 0.83% | 0.75% | - |
| XYZ | 21.35 | 38.63 | 7.7 | - |
| YUV | 136.4 | 69.08 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 32 | 0.64 | 0 | 0.83 | 0.25 | 106.04 | 0.71 | 0.44 |
| Hex | 45 | BF | 20 | 40 | 0 | 53 | 19 | 6A | 47 | 2C |
| Octal | 105 | 277 | 40 | 100 | 0 | 123 | 31 | 152 | 107 | 54 |
| Binary | 1000101 | 10111111 | 100000 | 1000000 | 0 | 1010011 | 11001 | 1101010 | 1000111 | 101100 |
Color Harmonies of #45BF20
Complementary color
Monochromatic Colors of #45BF20
Black with #45BF20
Text Example
Text Example
White with #45BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BF20; }
p { color: rgb(69,191,32); }
H1.HeaderClassName
{
color: #45BF20;
}
.AnyTagClassName
{
color: #45BF20;
}
</style>
background-color css
<style>
a { background-color: #45BF20; }
a { background-color: rgb(69,191,32); }
div.DivClassName
{
background-color: #45BF20;
}
.BgClassName
{
background-color: #45BF20;
}
</style>
border-color css
<style>
span { border-color: #45BF20; }
span { border-color: rgb(69,191,32); }
td.TdClassName
{
border-color: #45BF20;
}
.TagClassName
{
border-color: #45BF20;
}
</style>