Shades of Kelly Green #53CF19
Tints of Kelly Green #53CF19
RGB
CMYK
RGB Variations
Color information
#53CF19 (or 0x53CF19) is known color: Kelly Green. HEX triplet: 53, CF and 19. RGB value is (83,207,25). Sum of RGB (Red+Green+Blue) = 83+207+25=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CF19 is #AC30E6. Grayscale: #959595. Windows color (decimal): -11284711 or 1691475. OLE color: 1691475.
HSL color Cylindrical-coordinate representation of color #53CF19: hue angle of 100.88º 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 #53CF19 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 25 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.19 |
| HSL | 100.88º | 0.78% | 0.45% | - |
| HSV(B) | 100.88º | 0.88% | 0.81% | - |
| XYZ | 26.06 | 46.53 | 8.53 | - |
| YUV | 149.18 | 57.92 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 25 | 0.60 | 0 | 0.88 | 0.19 | 100.88 | 0.78 | 0.45 |
| Hex | 53 | CF | 19 | 3C | 0 | 58 | 13 | 65 | 4E | 2D |
| Octal | 123 | 317 | 31 | 74 | 0 | 130 | 23 | 145 | 116 | 55 |
| Binary | 1010011 | 11001111 | 11001 | 111100 | 0 | 1011000 | 10011 | 1100101 | 1001110 | 101101 |
Color Harmonies of #53CF19
Complementary color
Monochromatic Colors of #53CF19
Black with #53CF19
Text Example
Text Example
White with #53CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF19; }
p { color: rgb(83,207,25); }
H1.HeaderClassName
{
color: #53CF19;
}
.AnyTagClassName
{
color: #53CF19;
}
</style>
background-color css
<style>
a { background-color: #53CF19; }
a { background-color: rgb(83,207,25); }
div.DivClassName
{
background-color: #53CF19;
}
.BgClassName
{
background-color: #53CF19;
}
</style>
border-color css
<style>
span { border-color: #53CF19; }
span { border-color: rgb(83,207,25); }
td.TdClassName
{
border-color: #53CF19;
}
.TagClassName
{
border-color: #53CF19;
}
</style>