Shades of Kelly Green #45D708
Tints of Kelly Green #45D708
RGB
CMYK
RGB Variations
Color information
#45D708 (or 0x45D708) is known color: Kelly Green. HEX triplet: 45, D7 and 08. RGB value is (69,215,8). Sum of RGB (Red+Green+Blue) = 69+215+8=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 215 (84.38% from 255 or 73.63% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 215 - color contains mainly: green. Hex color #45D708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D708 is #BA28F7. Grayscale: #949494. Windows color (decimal): -12200184 or 579397. OLE color: 579397.
HSL color Cylindrical-coordinate representation of color #45D708: hue angle of 102.32º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45D708 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.16 |
| HSL | 102.32º | 0.93% | 0.44% | - |
| HSV(B) | 102.32º | 0.96% | 0.84% | - |
| XYZ | 26.8 | 49.88 | 8.45 | - |
| YUV | 147.75 | 49.13 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 8 | 0.68 | 0 | 0.96 | 0.16 | 102.32 | 0.93 | 0.44 |
| Hex | 45 | D7 | 8 | 44 | 0 | 60 | 10 | 66 | 5D | 2C |
| Octal | 105 | 327 | 10 | 104 | 0 | 140 | 20 | 146 | 135 | 54 |
| Binary | 1000101 | 11010111 | 1000 | 1000100 | 0 | 1100000 | 10000 | 1100110 | 1011101 | 101100 |
Color Harmonies of #45D708
Complementary color
Monochromatic Colors of #45D708
Black with #45D708
Text Example
Text Example
White with #45D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D708; }
p { color: rgb(69,215,8); }
H1.HeaderClassName
{
color: #45D708;
}
.AnyTagClassName
{
color: #45D708;
}
</style>
background-color css
<style>
a { background-color: #45D708; }
a { background-color: rgb(69,215,8); }
div.DivClassName
{
background-color: #45D708;
}
.BgClassName
{
background-color: #45D708;
}
</style>
border-color css
<style>
span { border-color: #45D708; }
span { border-color: rgb(69,215,8); }
td.TdClassName
{
border-color: #45D708;
}
.TagClassName
{
border-color: #45D708;
}
</style>