Shades of Kelly Green #45CA09
Tints of Kelly Green #45CA09
RGB
CMYK
RGB Variations
Color information
#45CA09 (or 0x45CA09) is known color: Kelly Green. HEX triplet: 45, CA and 09. RGB value is (69,202,9). Sum of RGB (Red+Green+Blue) = 69+202+9=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 202 (79.30% from 255 or 72.14% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45CA09 is #BA35F6. Grayscale: #8C8C8C. Windows color (decimal): -12203511 or 641605. OLE color: 641605.
HSL color Cylindrical-coordinate representation of color #45CA09: hue angle of 101.35º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45CA09 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 9 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.21 |
| HSL | 101.35º | 0.91% | 0.41% | - |
| HSV(B) | 101.35º | 0.96% | 0.79% | - |
| XYZ | 23.62 | 43.53 | 7.41 | - |
| YUV | 140.23 | 53.94 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 9 | 0.66 | 0 | 0.96 | 0.21 | 101.35 | 0.91 | 0.41 |
| Hex | 45 | CA | 9 | 42 | 0 | 60 | 15 | 65 | 5B | 29 |
| Octal | 105 | 312 | 11 | 102 | 0 | 140 | 25 | 145 | 133 | 51 |
| Binary | 1000101 | 11001010 | 1001 | 1000010 | 0 | 1100000 | 10101 | 1100101 | 1011011 | 101001 |
Color Harmonies of #45CA09
Complementary color
Monochromatic Colors of #45CA09
Black with #45CA09
Text Example
Text Example
White with #45CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA09; }
p { color: rgb(69,202,9); }
H1.HeaderClassName
{
color: #45CA09;
}
.AnyTagClassName
{
color: #45CA09;
}
</style>
background-color css
<style>
a { background-color: #45CA09; }
a { background-color: rgb(69,202,9); }
div.DivClassName
{
background-color: #45CA09;
}
.BgClassName
{
background-color: #45CA09;
}
</style>
border-color css
<style>
span { border-color: #45CA09; }
span { border-color: rgb(69,202,9); }
td.TdClassName
{
border-color: #45CA09;
}
.TagClassName
{
border-color: #45CA09;
}
</style>