Shades of Kelly Green #45CA07
Tints of Kelly Green #45CA07
RGB
CMYK
RGB Variations
Color information
#45CA07 (or 0x45CA07) is known color: Kelly Green. HEX triplet: 45, CA and 07. RGB value is (69,202,7). Sum of RGB (Red+Green+Blue) = 69+202+7=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45CA07 is #BA35F8. Grayscale: #8C8C8C. Windows color (decimal): -12203513 or 510533. OLE color: 510533.
HSL color Cylindrical-coordinate representation of color #45CA07: hue angle of 100.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45CA07 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 7 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.21 |
| HSL | 100.92º | 0.93% | 0.41% | - |
| HSV(B) | 100.92º | 0.97% | 0.79% | - |
| XYZ | 23.61 | 43.52 | 7.36 | - |
| YUV | 140 | 52.94 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 7 | 0.66 | 0 | 0.97 | 0.21 | 100.92 | 0.93 | 0.41 |
| Hex | 45 | CA | 7 | 42 | 0 | 61 | 15 | 65 | 5D | 29 |
| Octal | 105 | 312 | 7 | 102 | 0 | 141 | 25 | 145 | 135 | 51 |
| Binary | 1000101 | 11001010 | 111 | 1000010 | 0 | 1100001 | 10101 | 1100101 | 1011101 | 101001 |
Color Harmonies of #45CA07
Complementary color
Monochromatic Colors of #45CA07
Black with #45CA07
Text Example
Text Example
White with #45CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA07; }
p { color: rgb(69,202,7); }
H1.HeaderClassName
{
color: #45CA07;
}
.AnyTagClassName
{
color: #45CA07;
}
</style>
background-color css
<style>
a { background-color: #45CA07; }
a { background-color: rgb(69,202,7); }
div.DivClassName
{
background-color: #45CA07;
}
.BgClassName
{
background-color: #45CA07;
}
</style>
border-color css
<style>
span { border-color: #45CA07; }
span { border-color: rgb(69,202,7); }
td.TdClassName
{
border-color: #45CA07;
}
.TagClassName
{
border-color: #45CA07;
}
</style>