Shades of Kelly Green #45BB23
Tints of Kelly Green #45BB23
RGB
CMYK
RGB Variations
Color information
#45BB23 (or 0x45BB23) is known color: Kelly Green. HEX triplet: 45, BB and 23. RGB value is (69,187,35). Sum of RGB (Red+Green+Blue) = 69+187+35=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 187 (73.44% from 255 or 64.26% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BB23 is #BA44DC. Grayscale: #868686. Windows color (decimal): -12207325 or 2341701. OLE color: 2341701.
HSL color Cylindrical-coordinate representation of color #45BB23: hue angle of 106.58º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45BB23 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 187 | 35 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.27 |
| HSL | 106.58º | 0.68% | 0.44% | - |
| HSV(B) | 106.58º | 0.81% | 0.73% | - |
| XYZ | 20.53 | 36.93 | 7.64 | - |
| YUV | 134.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 35 | 0.63 | 0 | 0.81 | 0.27 | 106.58 | 0.68 | 0.44 |
| Hex | 45 | BB | 23 | 3F | 0 | 51 | 1B | 6B | 44 | 2C |
| Octal | 105 | 273 | 43 | 77 | 0 | 121 | 33 | 153 | 104 | 54 |
| Binary | 1000101 | 10111011 | 100011 | 111111 | 0 | 1010001 | 11011 | 1101011 | 1000100 | 101100 |
Color Harmonies of #45BB23
Complementary color
Monochromatic Colors of #45BB23
Black with #45BB23
Text Example
Text Example
White with #45BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BB23; }
p { color: rgb(69,187,35); }
H1.HeaderClassName
{
color: #45BB23;
}
.AnyTagClassName
{
color: #45BB23;
}
</style>
background-color css
<style>
a { background-color: #45BB23; }
a { background-color: rgb(69,187,35); }
div.DivClassName
{
background-color: #45BB23;
}
.BgClassName
{
background-color: #45BB23;
}
</style>
border-color css
<style>
span { border-color: #45BB23; }
span { border-color: rgb(69,187,35); }
td.TdClassName
{
border-color: #45BB23;
}
.TagClassName
{
border-color: #45BB23;
}
</style>