Shades of Kelly Green #45CF19
Tints of Kelly Green #45CF19
RGB
CMYK
RGB Variations
Color information
#45CF19 (or 0x45CF19) is known color: Kelly Green. HEX triplet: 45, CF and 19. RGB value is (69,207,25). Sum of RGB (Red+Green+Blue) = 69+207+25=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 207 (81.25% from 255 or 68.77% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45CF19 is #BA30E6. Grayscale: #919191. Windows color (decimal): -12202215 or 1691461. OLE color: 1691461.
HSL color Cylindrical-coordinate representation of color #45CF19: hue angle of 105.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45CF19 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 25 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.19 |
| HSL | 105.49º | 0.78% | 0.45% | - |
| HSV(B) | 105.49º | 0.88% | 0.81% | - |
| XYZ | 24.94 | 45.96 | 8.48 | - |
| YUV | 144.99 | 60.28 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 25 | 0.67 | 0 | 0.88 | 0.19 | 105.49 | 0.78 | 0.45 |
| Hex | 45 | CF | 19 | 43 | 0 | 58 | 13 | 69 | 4E | 2D |
| Octal | 105 | 317 | 31 | 103 | 0 | 130 | 23 | 151 | 116 | 55 |
| Binary | 1000101 | 11001111 | 11001 | 1000011 | 0 | 1011000 | 10011 | 1101001 | 1001110 | 101101 |
Color Harmonies of #45CF19
Complementary color
Monochromatic Colors of #45CF19
Black with #45CF19
Text Example
Text Example
White with #45CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF19; }
p { color: rgb(69,207,25); }
H1.HeaderClassName
{
color: #45CF19;
}
.AnyTagClassName
{
color: #45CF19;
}
</style>
background-color css
<style>
a { background-color: #45CF19; }
a { background-color: rgb(69,207,25); }
div.DivClassName
{
background-color: #45CF19;
}
.BgClassName
{
background-color: #45CF19;
}
</style>
border-color css
<style>
span { border-color: #45CF19; }
span { border-color: rgb(69,207,25); }
td.TdClassName
{
border-color: #45CF19;
}
.TagClassName
{
border-color: #45CF19;
}
</style>