Shades of Kelly Green #5DC32F
Tints of Kelly Green #5DC32F
RGB
CMYK
RGB Variations
Color information
#5DC32F (or 0x5DC32F) is known color: Kelly Green. HEX triplet: 5D, C3 and 2F. RGB value is (93,195,47). Sum of RGB (Red+Green+Blue) = 93+195+47=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC32F is #A23CD0. Grayscale: #949494. Windows color (decimal): -10632401 or 3130205. OLE color: 3130205.
HSL color Cylindrical-coordinate representation of color #5DC32F: hue angle of 101.35º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DC32F is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 47 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.24 |
| HSL | 101.35º | 0.61% | 0.47% | - |
| HSV(B) | 101.35º | 0.76% | 0.76% | - |
| XYZ | 24.54 | 41.56 | 9.42 | - |
| YUV | 147.63 | 71.21 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 47 | 0.52 | 0 | 0.76 | 0.24 | 101.35 | 0.61 | 0.47 |
| Hex | 5D | C3 | 2F | 34 | 0 | 4C | 18 | 65 | 3D | 2F |
| Octal | 135 | 303 | 57 | 64 | 0 | 114 | 30 | 145 | 75 | 57 |
| Binary | 1011101 | 11000011 | 101111 | 110100 | 0 | 1001100 | 11000 | 1100101 | 111101 | 101111 |
Color Harmonies of #5DC32F
Complementary color
Monochromatic Colors of #5DC32F
Black with #5DC32F
Text Example
Text Example
White with #5DC32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC32F; }
p { color: rgb(93,195,47); }
H1.HeaderClassName
{
color: #5DC32F;
}
.AnyTagClassName
{
color: #5DC32F;
}
</style>
background-color css
<style>
a { background-color: #5DC32F; }
a { background-color: rgb(93,195,47); }
div.DivClassName
{
background-color: #5DC32F;
}
.BgClassName
{
background-color: #5DC32F;
}
</style>
border-color css
<style>
span { border-color: #5DC32F; }
span { border-color: rgb(93,195,47); }
td.TdClassName
{
border-color: #5DC32F;
}
.TagClassName
{
border-color: #5DC32F;
}
</style>