Shades of Kelly Green #5DC80F
Tints of Kelly Green #5DC80F
RGB
CMYK
RGB Variations
Color information
#5DC80F (or 0x5DC80F) is known color: Kelly Green. HEX triplet: 5D, C8 and 0F. RGB value is (93,200,15). Sum of RGB (Red+Green+Blue) = 93+200+15=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 200 (78.52% from 255 or 64.94% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC80F is #A237F0. Grayscale: #939393. Windows color (decimal): -10631153 or 1034333. OLE color: 1034333.
HSL color Cylindrical-coordinate representation of color #5DC80F: hue angle of 94.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DC80F is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 15 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.22 |
| HSL | 94.7º | 0.86% | 0.42% | - |
| HSV(B) | 94.7º | 0.93% | 0.78% | - |
| XYZ | 25.25 | 43.67 | 7.55 | - |
| YUV | 146.92 | 53.55 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 15 | 0.54 | 0 | 0.92 | 0.22 | 94.7 | 0.86 | 0.42 |
| Hex | 5D | C8 | F | 36 | 0 | 5C | 16 | 5F | 56 | 2A |
| Octal | 135 | 310 | 17 | 66 | 0 | 134 | 26 | 137 | 126 | 52 |
| Binary | 1011101 | 11001000 | 1111 | 110110 | 0 | 1011100 | 10110 | 1011111 | 1010110 | 101010 |
Color Harmonies of #5DC80F
Complementary color
Monochromatic Colors of #5DC80F
Black with #5DC80F
Text Example
Text Example
White with #5DC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC80F; }
p { color: rgb(93,200,15); }
H1.HeaderClassName
{
color: #5DC80F;
}
.AnyTagClassName
{
color: #5DC80F;
}
</style>
background-color css
<style>
a { background-color: #5DC80F; }
a { background-color: rgb(93,200,15); }
div.DivClassName
{
background-color: #5DC80F;
}
.BgClassName
{
background-color: #5DC80F;
}
</style>
border-color css
<style>
span { border-color: #5DC80F; }
span { border-color: rgb(93,200,15); }
td.TdClassName
{
border-color: #5DC80F;
}
.TagClassName
{
border-color: #5DC80F;
}
</style>