Shades of Kelly Green #45B229
Tints of Kelly Green #45B229
RGB
CMYK
RGB Variations
Color information
#45B229 (or 0x45B229) is known color: Kelly Green. HEX triplet: 45, B2 and 29. RGB value is (69,178,41). Sum of RGB (Red+Green+Blue) = 69+178+41=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 178 (69.92% from 255 or 61.81% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 178 - color contains mainly: green. Hex color #45B229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45B229 is #BA4DD6. Grayscale: #828282. Windows color (decimal): -12209623 or 2732613. OLE color: 2732613.
HSL color Cylindrical-coordinate representation of color #45B229: hue angle of 107.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45B229 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 178 | 41 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.30 |
| HSL | 107.74º | 0.63% | 0.43% | - |
| HSV(B) | 107.74º | 0.77% | 0.7% | - |
| XYZ | 18.77 | 33.27 | 7.53 | - |
| YUV | 129.79 | 77.89 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 178 | 41 | 0.61 | 0 | 0.77 | 0.30 | 107.74 | 0.63 | 0.43 |
| Hex | 45 | B2 | 29 | 3D | 0 | 4D | 1E | 6C | 3F | 2B |
| Octal | 105 | 262 | 51 | 75 | 0 | 115 | 36 | 154 | 77 | 53 |
| Binary | 1000101 | 10110010 | 101001 | 111101 | 0 | 1001101 | 11110 | 1101100 | 111111 | 101011 |
Color Harmonies of #45B229
Complementary color
Monochromatic Colors of #45B229
Black with #45B229
Text Example
Text Example
White with #45B229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B229; }
p { color: rgb(69,178,41); }
H1.HeaderClassName
{
color: #45B229;
}
.AnyTagClassName
{
color: #45B229;
}
</style>
background-color css
<style>
a { background-color: #45B229; }
a { background-color: rgb(69,178,41); }
div.DivClassName
{
background-color: #45B229;
}
.BgClassName
{
background-color: #45B229;
}
</style>
border-color css
<style>
span { border-color: #45B229; }
span { border-color: rgb(69,178,41); }
td.TdClassName
{
border-color: #45B229;
}
.TagClassName
{
border-color: #45B229;
}
</style>