Shades of Kelly Green #45A725
Tints of Kelly Green #45A725
RGB
CMYK
RGB Variations
Color information
#45A725 (or 0x45A725) is known color: Kelly Green. HEX triplet: 45, A7 and 25. RGB value is (69,167,37). Sum of RGB (Red+Green+Blue) = 69+167+37=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 167 (65.62% from 255 or 61.17% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 167 - color contains mainly: green. Hex color #45A725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A725 is #BA58DA. Grayscale: #7B7B7B. Windows color (decimal): -12212443 or 2467653. OLE color: 2467653.
HSL color Cylindrical-coordinate representation of color #45A725: hue angle of 105.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45A725 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 167 | 37 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.35 |
| HSL | 105.23º | 0.64% | 0.4% | - |
| HSV(B) | 105.23º | 0.78% | 0.65% | - |
| XYZ | 16.61 | 29.04 | 6.48 | - |
| YUV | 122.88 | 79.53 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 167 | 37 | 0.59 | 0 | 0.78 | 0.35 | 105.23 | 0.64 | 0.4 |
| Hex | 45 | A7 | 25 | 3B | 0 | 4E | 23 | 69 | 40 | 28 |
| Octal | 105 | 247 | 45 | 73 | 0 | 116 | 43 | 151 | 100 | 50 |
| Binary | 1000101 | 10100111 | 100101 | 111011 | 0 | 1001110 | 100011 | 1101001 | 1000000 | 101000 |
Color Harmonies of #45A725
Complementary color
Monochromatic Colors of #45A725
Black with #45A725
Text Example
Text Example
White with #45A725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A725; }
p { color: rgb(69,167,37); }
H1.HeaderClassName
{
color: #45A725;
}
.AnyTagClassName
{
color: #45A725;
}
</style>
background-color css
<style>
a { background-color: #45A725; }
a { background-color: rgb(69,167,37); }
div.DivClassName
{
background-color: #45A725;
}
.BgClassName
{
background-color: #45A725;
}
</style>
border-color css
<style>
span { border-color: #45A725; }
span { border-color: rgb(69,167,37); }
td.TdClassName
{
border-color: #45A725;
}
.TagClassName
{
border-color: #45A725;
}
</style>