Shades of Kelly Green #45D50A
Tints of Kelly Green #45D50A
RGB
CMYK
RGB Variations
Color information
#45D50A (or 0x45D50A) is known color: Kelly Green. HEX triplet: 45, D5 and 0A. RGB value is (69,213,10). Sum of RGB (Red+Green+Blue) = 69+213+10=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 213 (83.59% from 255 or 72.95% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 213 - color contains mainly: green. Hex color #45D50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D50A is #BA2AF5. Grayscale: #939393. Windows color (decimal): -12200694 or 709957. OLE color: 709957.
HSL color Cylindrical-coordinate representation of color #45D50A: hue angle of 102.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45D50A is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 10 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.16 |
| HSL | 102.56º | 0.91% | 0.44% | - |
| HSV(B) | 102.56º | 0.95% | 0.84% | - |
| XYZ | 26.3 | 48.88 | 8.33 | - |
| YUV | 146.8 | 50.79 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 10 | 0.68 | 0 | 0.95 | 0.16 | 102.56 | 0.91 | 0.44 |
| Hex | 45 | D5 | A | 44 | 0 | 5F | 10 | 67 | 5B | 2C |
| Octal | 105 | 325 | 12 | 104 | 0 | 137 | 20 | 147 | 133 | 54 |
| Binary | 1000101 | 11010101 | 1010 | 1000100 | 0 | 1011111 | 10000 | 1100111 | 1011011 | 101100 |
Color Harmonies of #45D50A
Complementary color
Monochromatic Colors of #45D50A
Black with #45D50A
Text Example
Text Example
White with #45D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D50A; }
p { color: rgb(69,213,10); }
H1.HeaderClassName
{
color: #45D50A;
}
.AnyTagClassName
{
color: #45D50A;
}
</style>
background-color css
<style>
a { background-color: #45D50A; }
a { background-color: rgb(69,213,10); }
div.DivClassName
{
background-color: #45D50A;
}
.BgClassName
{
background-color: #45D50A;
}
</style>
border-color css
<style>
span { border-color: #45D50A; }
span { border-color: rgb(69,213,10); }
td.TdClassName
{
border-color: #45D50A;
}
.TagClassName
{
border-color: #45D50A;
}
</style>