Shades of Kelly Green #5DB603
Tints of Kelly Green #5DB603
RGB
CMYK
RGB Variations
Color information
#5DB603 (or 0x5DB603) is known color: Kelly Green. HEX triplet: 5D, B6 and 03. RGB value is (93,182,3). Sum of RGB (Red+Green+Blue) = 93+182+3=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 182 (71.48% from 255 or 65.47% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB603 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB603 is #A249FC. Grayscale: #878787. Windows color (decimal): -10635773 or 243293. OLE color: 243293.
HSL color Cylindrical-coordinate representation of color #5DB603: hue angle of 89.83º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DB603 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 182 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.29 |
| HSL | 89.83º | 0.97% | 0.36% | - |
| HSV(B) | 89.83º | 0.98% | 0.71% | - |
| XYZ | 21.26 | 35.79 | 5.87 | - |
| YUV | 134.98 | 53.51 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 3 | 0.49 | 0 | 0.98 | 0.29 | 89.83 | 0.97 | 0.36 |
| Hex | 5D | B6 | 3 | 31 | 0 | 62 | 1D | 5A | 61 | 24 |
| Octal | 135 | 266 | 3 | 61 | 0 | 142 | 35 | 132 | 141 | 44 |
| Binary | 1011101 | 10110110 | 11 | 110001 | 0 | 1100010 | 11101 | 1011010 | 1100001 | 100100 |
Color Harmonies of #5DB603
Complementary color
Monochromatic Colors of #5DB603
Black with #5DB603
Text Example
Text Example
White with #5DB603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB603; }
p { color: rgb(93,182,3); }
H1.HeaderClassName
{
color: #5DB603;
}
.AnyTagClassName
{
color: #5DB603;
}
</style>
background-color css
<style>
a { background-color: #5DB603; }
a { background-color: rgb(93,182,3); }
div.DivClassName
{
background-color: #5DB603;
}
.BgClassName
{
background-color: #5DB603;
}
</style>
border-color css
<style>
span { border-color: #5DB603; }
span { border-color: rgb(93,182,3); }
td.TdClassName
{
border-color: #5DB603;
}
.TagClassName
{
border-color: #5DB603;
}
</style>