Shades of Kelly Green #45D908
Tints of Kelly Green #45D908
RGB
CMYK
RGB Variations
Color information
#45D908 (or 0x45D908) is known color: Kelly Green. HEX triplet: 45, D9 and 08. RGB value is (69,217,8). Sum of RGB (Red+Green+Blue) = 69+217+8=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #45D908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D908 is #BA26F7. Grayscale: #959595. Windows color (decimal): -12199672 or 579909. OLE color: 579909.
HSL color Cylindrical-coordinate representation of color #45D908: hue angle of 102.49º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45D908 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.15 |
| HSL | 102.49º | 0.93% | 0.44% | - |
| HSV(B) | 102.49º | 0.96% | 0.85% | - |
| XYZ | 27.31 | 50.91 | 8.62 | - |
| YUV | 148.92 | 48.47 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 8 | 0.68 | 0 | 0.96 | 0.15 | 102.49 | 0.93 | 0.44 |
| Hex | 45 | D9 | 8 | 44 | 0 | 60 | F | 66 | 5D | 2C |
| Octal | 105 | 331 | 10 | 104 | 0 | 140 | 17 | 146 | 135 | 54 |
| Binary | 1000101 | 11011001 | 1000 | 1000100 | 0 | 1100000 | 1111 | 1100110 | 1011101 | 101100 |
Color Harmonies of #45D908
Complementary color
Monochromatic Colors of #45D908
Black with #45D908
Text Example
Text Example
White with #45D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D908; }
p { color: rgb(69,217,8); }
H1.HeaderClassName
{
color: #45D908;
}
.AnyTagClassName
{
color: #45D908;
}
</style>
background-color css
<style>
a { background-color: #45D908; }
a { background-color: rgb(69,217,8); }
div.DivClassName
{
background-color: #45D908;
}
.BgClassName
{
background-color: #45D908;
}
</style>
border-color css
<style>
span { border-color: #45D908; }
span { border-color: rgb(69,217,8); }
td.TdClassName
{
border-color: #45D908;
}
.TagClassName
{
border-color: #45D908;
}
</style>