Shades of Kelly Green #45C810
Tints of Kelly Green #45C810
RGB
CMYK
RGB Variations
Color information
#45C810 (or 0x45C810) is known color: Kelly Green. HEX triplet: 45, C8 and 10. RGB value is (69,200,16). Sum of RGB (Red+Green+Blue) = 69+200+16=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 200 (78.52% from 255 or 70.18% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 200 - color contains mainly: green. Hex color #45C810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C810 is #BA37EF. Grayscale: #8C8C8C. Windows color (decimal): -12204016 or 1099845. OLE color: 1099845.
HSL color Cylindrical-coordinate representation of color #45C810: hue angle of 102.72º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45C810 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 16 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.22 |
| HSL | 102.72º | 0.85% | 0.42% | - |
| HSV(B) | 102.72º | 0.92% | 0.78% | - |
| XYZ | 23.2 | 42.61 | 7.49 | - |
| YUV | 139.86 | 58.1 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 16 | 0.66 | 0 | 0.92 | 0.22 | 102.72 | 0.85 | 0.42 |
| Hex | 45 | C8 | 10 | 42 | 0 | 5C | 16 | 67 | 55 | 2A |
| Octal | 105 | 310 | 20 | 102 | 0 | 134 | 26 | 147 | 125 | 52 |
| Binary | 1000101 | 11001000 | 10000 | 1000010 | 0 | 1011100 | 10110 | 1100111 | 1010101 | 101010 |
Color Harmonies of #45C810
Complementary color
Monochromatic Colors of #45C810
Black with #45C810
Text Example
Text Example
White with #45C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C810; }
p { color: rgb(69,200,16); }
H1.HeaderClassName
{
color: #45C810;
}
.AnyTagClassName
{
color: #45C810;
}
</style>
background-color css
<style>
a { background-color: #45C810; }
a { background-color: rgb(69,200,16); }
div.DivClassName
{
background-color: #45C810;
}
.BgClassName
{
background-color: #45C810;
}
</style>
border-color css
<style>
span { border-color: #45C810; }
span { border-color: rgb(69,200,16); }
td.TdClassName
{
border-color: #45C810;
}
.TagClassName
{
border-color: #45C810;
}
</style>