Shades of Kelly Green #45B42B
Tints of Kelly Green #45B42B
RGB
CMYK
RGB Variations
Color information
#45B42B (or 0x45B42B) is known color: Kelly Green. HEX triplet: 45, B4 and 2B. RGB value is (69,180,43). Sum of RGB (Red+Green+Blue) = 69+180+43=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #45B42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B42B is #BA4BD4. Grayscale: #838383. Windows color (decimal): -12209109 or 2864197. OLE color: 2864197.
HSL color Cylindrical-coordinate representation of color #45B42B: hue angle of 108.61º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45B42B is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 180 | 43 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.29 |
| HSL | 108.61º | 0.61% | 0.44% | - |
| HSV(B) | 108.61º | 0.76% | 0.71% | - |
| XYZ | 19.21 | 34.08 | 7.85 | - |
| YUV | 131.19 | 78.23 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 180 | 43 | 0.62 | 0 | 0.76 | 0.29 | 108.61 | 0.61 | 0.44 |
| Hex | 45 | B4 | 2B | 3E | 0 | 4C | 1D | 6D | 3D | 2C |
| Octal | 105 | 264 | 53 | 76 | 0 | 114 | 35 | 155 | 75 | 54 |
| Binary | 1000101 | 10110100 | 101011 | 111110 | 0 | 1001100 | 11101 | 1101101 | 111101 | 101100 |
Color Harmonies of #45B42B
Complementary color
Monochromatic Colors of #45B42B
Black with #45B42B
Text Example
Text Example
White with #45B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B42B; }
p { color: rgb(69,180,43); }
H1.HeaderClassName
{
color: #45B42B;
}
.AnyTagClassName
{
color: #45B42B;
}
</style>
background-color css
<style>
a { background-color: #45B42B; }
a { background-color: rgb(69,180,43); }
div.DivClassName
{
background-color: #45B42B;
}
.BgClassName
{
background-color: #45B42B;
}
</style>
border-color css
<style>
span { border-color: #45B42B; }
span { border-color: rgb(69,180,43); }
td.TdClassName
{
border-color: #45B42B;
}
.TagClassName
{
border-color: #45B42B;
}
</style>