Shades of Kelly Green #45C805
Tints of Kelly Green #45C805
RGB
CMYK
RGB Variations
Color information
#45C805 (or 0x45C805) is known color: Kelly Green. HEX triplet: 45, C8 and 05. RGB value is (69,200,5). Sum of RGB (Red+Green+Blue) = 69+200+5=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 200 (78.52% from 255 or 72.99% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 200 - color contains mainly: green. Hex color #45C805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C805 is #BA37FA. Grayscale: #8B8B8B. Windows color (decimal): -12204027 or 378949. OLE color: 378949.
HSL color Cylindrical-coordinate representation of color #45C805: hue angle of 100.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45C805 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.22 |
| HSL | 100.31º | 0.95% | 0.4% | - |
| HSV(B) | 100.31º | 0.98% | 0.78% | - |
| XYZ | 23.14 | 42.58 | 7.14 | - |
| YUV | 138.6 | 52.6 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 5 | 0.66 | 0 | 0.98 | 0.22 | 100.31 | 0.95 | 0.4 |
| Hex | 45 | C8 | 5 | 42 | 0 | 62 | 16 | 64 | 5F | 28 |
| Octal | 105 | 310 | 5 | 102 | 0 | 142 | 26 | 144 | 137 | 50 |
| Binary | 1000101 | 11001000 | 101 | 1000010 | 0 | 1100010 | 10110 | 1100100 | 1011111 | 101000 |
Color Harmonies of #45C805
Complementary color
Monochromatic Colors of #45C805
Black with #45C805
Text Example
Text Example
White with #45C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C805; }
p { color: rgb(69,200,5); }
H1.HeaderClassName
{
color: #45C805;
}
.AnyTagClassName
{
color: #45C805;
}
</style>
background-color css
<style>
a { background-color: #45C805; }
a { background-color: rgb(69,200,5); }
div.DivClassName
{
background-color: #45C805;
}
.BgClassName
{
background-color: #45C805;
}
</style>
border-color css
<style>
span { border-color: #45C805; }
span { border-color: rgb(69,200,5); }
td.TdClassName
{
border-color: #45C805;
}
.TagClassName
{
border-color: #45C805;
}
</style>