Shades of Kelly Green #5DC319
Tints of Kelly Green #5DC319
RGB
CMYK
RGB Variations
Color information
#5DC319 (or 0x5DC319) is known color: Kelly Green. HEX triplet: 5D, C3 and 19. RGB value is (93,195,25). Sum of RGB (Red+Green+Blue) = 93+195+25=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC319 is #A23CE6. Grayscale: #919191. Windows color (decimal): -10632423 or 1688413. OLE color: 1688413.
HSL color Cylindrical-coordinate representation of color #5DC319: hue angle of 96º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DC319 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 25 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.24 |
| HSL | 96º | 0.77% | 0.43% | - |
| HSV(B) | 96º | 0.87% | 0.76% | - |
| XYZ | 24.2 | 41.43 | 7.64 | - |
| YUV | 145.12 | 60.21 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 25 | 0.52 | 0 | 0.87 | 0.24 | 96 | 0.77 | 0.43 |
| Hex | 5D | C3 | 19 | 34 | 0 | 57 | 18 | 60 | 4D | 2B |
| Octal | 135 | 303 | 31 | 64 | 0 | 127 | 30 | 140 | 115 | 53 |
| Binary | 1011101 | 11000011 | 11001 | 110100 | 0 | 1010111 | 11000 | 1100000 | 1001101 | 101011 |
Color Harmonies of #5DC319
Complementary color
Monochromatic Colors of #5DC319
Black with #5DC319
Text Example
Text Example
White with #5DC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC319; }
p { color: rgb(93,195,25); }
H1.HeaderClassName
{
color: #5DC319;
}
.AnyTagClassName
{
color: #5DC319;
}
</style>
background-color css
<style>
a { background-color: #5DC319; }
a { background-color: rgb(93,195,25); }
div.DivClassName
{
background-color: #5DC319;
}
.BgClassName
{
background-color: #5DC319;
}
</style>
border-color css
<style>
span { border-color: #5DC319; }
span { border-color: rgb(93,195,25); }
td.TdClassName
{
border-color: #5DC319;
}
.TagClassName
{
border-color: #5DC319;
}
</style>