Shades of Kelly Green #5DCB26
Tints of Kelly Green #5DCB26
RGB
CMYK
RGB Variations
Color information
#5DCB26 (or 0x5DCB26) is known color: Kelly Green. HEX triplet: 5D, CB and 26. RGB value is (93,203,38). Sum of RGB (Red+Green+Blue) = 93+203+38=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCB26 is #A234D9. Grayscale: #979797. Windows color (decimal): -10630362 or 2542429. OLE color: 2542429.
HSL color Cylindrical-coordinate representation of color #5DCB26: hue angle of 100º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5DCB26 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 38 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.20 |
| HSL | 100º | 0.68% | 0.47% | - |
| HSV(B) | 100º | 0.81% | 0.8% | - |
| XYZ | 26.22 | 45.18 | 9.17 | - |
| YUV | 151.3 | 64.06 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 38 | 0.54 | 0 | 0.81 | 0.20 | 100 | 0.68 | 0.47 |
| Hex | 5D | CB | 26 | 36 | 0 | 51 | 14 | 64 | 44 | 2F |
| Octal | 135 | 313 | 46 | 66 | 0 | 121 | 24 | 144 | 104 | 57 |
| Binary | 1011101 | 11001011 | 100110 | 110110 | 0 | 1010001 | 10100 | 1100100 | 1000100 | 101111 |
Color Harmonies of #5DCB26
Complementary color
Monochromatic Colors of #5DCB26
Black with #5DCB26
Text Example
Text Example
White with #5DCB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB26; }
p { color: rgb(93,203,38); }
H1.HeaderClassName
{
color: #5DCB26;
}
.AnyTagClassName
{
color: #5DCB26;
}
</style>
background-color css
<style>
a { background-color: #5DCB26; }
a { background-color: rgb(93,203,38); }
div.DivClassName
{
background-color: #5DCB26;
}
.BgClassName
{
background-color: #5DCB26;
}
</style>
border-color css
<style>
span { border-color: #5DCB26; }
span { border-color: rgb(93,203,38); }
td.TdClassName
{
border-color: #5DCB26;
}
.TagClassName
{
border-color: #5DCB26;
}
</style>