Shades of Kelly Green #45D619
Tints of Kelly Green #45D619
RGB
CMYK
RGB Variations
Color information
#45D619 (or 0x45D619) is known color: Kelly Green. HEX triplet: 45, D6 and 19. RGB value is (69,214,25). Sum of RGB (Red+Green+Blue) = 69+214+25=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #45D619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D619 is #BA29E6. Grayscale: #959595. Windows color (decimal): -12200423 or 1693253. OLE color: 1693253.
HSL color Cylindrical-coordinate representation of color #45D619: hue angle of 106.03º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45D619 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 25 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.16 |
| HSL | 106.03º | 0.79% | 0.47% | - |
| HSV(B) | 106.03º | 0.88% | 0.84% | - |
| XYZ | 26.68 | 49.43 | 9.05 | - |
| YUV | 149.1 | 57.96 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 25 | 0.68 | 0 | 0.88 | 0.16 | 106.03 | 0.79 | 0.47 |
| Hex | 45 | D6 | 19 | 44 | 0 | 58 | 10 | 6A | 4F | 2F |
| Octal | 105 | 326 | 31 | 104 | 0 | 130 | 20 | 152 | 117 | 57 |
| Binary | 1000101 | 11010110 | 11001 | 1000100 | 0 | 1011000 | 10000 | 1101010 | 1001111 | 101111 |
Color Harmonies of #45D619
Complementary color
Monochromatic Colors of #45D619
Black with #45D619
Text Example
Text Example
White with #45D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D619; }
p { color: rgb(69,214,25); }
H1.HeaderClassName
{
color: #45D619;
}
.AnyTagClassName
{
color: #45D619;
}
</style>
background-color css
<style>
a { background-color: #45D619; }
a { background-color: rgb(69,214,25); }
div.DivClassName
{
background-color: #45D619;
}
.BgClassName
{
background-color: #45D619;
}
</style>
border-color css
<style>
span { border-color: #45D619; }
span { border-color: rgb(69,214,25); }
td.TdClassName
{
border-color: #45D619;
}
.TagClassName
{
border-color: #45D619;
}
</style>