Shades of Kelly Green #5DC30F
Tints of Kelly Green #5DC30F
RGB
CMYK
RGB Variations
Color information
#5DC30F (or 0x5DC30F) is known color: Kelly Green. HEX triplet: 5D, C3 and 0F. RGB value is (93,195,15). Sum of RGB (Red+Green+Blue) = 93+195+15=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC30F is #A23CF0. Grayscale: #909090. Windows color (decimal): -10632433 or 1033053. OLE color: 1033053.
HSL color Cylindrical-coordinate representation of color #5DC30F: hue angle of 94º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DC30F is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 15 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.24 |
| HSL | 94º | 0.86% | 0.41% | - |
| HSV(B) | 94º | 0.92% | 0.76% | - |
| XYZ | 24.12 | 41.39 | 7.17 | - |
| YUV | 143.98 | 55.21 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 15 | 0.52 | 0 | 0.92 | 0.24 | 94 | 0.86 | 0.41 |
| Hex | 5D | C3 | F | 34 | 0 | 5C | 18 | 5E | 56 | 29 |
| Octal | 135 | 303 | 17 | 64 | 0 | 134 | 30 | 136 | 126 | 51 |
| Binary | 1011101 | 11000011 | 1111 | 110100 | 0 | 1011100 | 11000 | 1011110 | 1010110 | 101001 |
Color Harmonies of #5DC30F
Complementary color
Monochromatic Colors of #5DC30F
Black with #5DC30F
Text Example
Text Example
White with #5DC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC30F; }
p { color: rgb(93,195,15); }
H1.HeaderClassName
{
color: #5DC30F;
}
.AnyTagClassName
{
color: #5DC30F;
}
</style>
background-color css
<style>
a { background-color: #5DC30F; }
a { background-color: rgb(93,195,15); }
div.DivClassName
{
background-color: #5DC30F;
}
.BgClassName
{
background-color: #5DC30F;
}
</style>
border-color css
<style>
span { border-color: #5DC30F; }
span { border-color: rgb(93,195,15); }
td.TdClassName
{
border-color: #5DC30F;
}
.TagClassName
{
border-color: #5DC30F;
}
</style>