Shades of Kelly Green #45A501
Tints of Kelly Green #45A501
RGB
CMYK
RGB Variations
Color information
#45A501 (or 0x45A501) is known color: Kelly Green. HEX triplet: 45, A5 and 01. RGB value is (69,165,1). Sum of RGB (Red+Green+Blue) = 69+165+1=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 165 (64.84% from 255 or 70.21% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 165 - color contains mainly: green. Hex color #45A501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A501 is #BA5AFE. Grayscale: #767676. Windows color (decimal): -12212991 or 107845. OLE color: 107845.
HSL color Cylindrical-coordinate representation of color #45A501: hue angle of 95.12º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45A501 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 165 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.35 |
| HSL | 95.12º | 0.99% | 0.33% | - |
| HSV(B) | 95.12º | 0.99% | 0.65% | - |
| XYZ | 15.91 | 28.18 | 4.63 | - |
| YUV | 117.6 | 62.2 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 165 | 1 | 0.58 | 0 | 0.99 | 0.35 | 95.12 | 0.99 | 0.33 |
| Hex | 45 | A5 | 1 | 3A | 0 | 63 | 23 | 5F | 63 | 21 |
| Octal | 105 | 245 | 1 | 72 | 0 | 143 | 43 | 137 | 143 | 41 |
| Binary | 1000101 | 10100101 | 1 | 111010 | 0 | 1100011 | 100011 | 1011111 | 1100011 | 100001 |
Color Harmonies of #45A501
Complementary color
Monochromatic Colors of #45A501
Black with #45A501
Text Example
Text Example
White with #45A501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A501; }
p { color: rgb(69,165,1); }
H1.HeaderClassName
{
color: #45A501;
}
.AnyTagClassName
{
color: #45A501;
}
</style>
background-color css
<style>
a { background-color: #45A501; }
a { background-color: rgb(69,165,1); }
div.DivClassName
{
background-color: #45A501;
}
.BgClassName
{
background-color: #45A501;
}
</style>
border-color css
<style>
span { border-color: #45A501; }
span { border-color: rgb(69,165,1); }
td.TdClassName
{
border-color: #45A501;
}
.TagClassName
{
border-color: #45A501;
}
</style>