Shades of Kelly Green #5DBC2B
Tints of Kelly Green #5DBC2B
RGB
CMYK
RGB Variations
Color information
#5DBC2B (or 0x5DBC2B) is known color: Kelly Green. HEX triplet: 5D, BC and 2B. RGB value is (93,188,43). Sum of RGB (Red+Green+Blue) = 93+188+43=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBC2B is #A243D4. Grayscale: #8F8F8F. Windows color (decimal): -10634197 or 2866269. OLE color: 2866269.
HSL color Cylindrical-coordinate representation of color #5DBC2B: hue angle of 99.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DBC2B is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 43 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.26 |
| HSL | 99.31º | 0.63% | 0.45% | - |
| HSV(B) | 99.31º | 0.77% | 0.74% | - |
| XYZ | 22.93 | 38.47 | 8.5 | - |
| YUV | 143.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 43 | 0.51 | 0 | 0.77 | 0.26 | 99.31 | 0.63 | 0.45 |
| Hex | 5D | BC | 2B | 33 | 0 | 4D | 1A | 63 | 3F | 2D |
| Octal | 135 | 274 | 53 | 63 | 0 | 115 | 32 | 143 | 77 | 55 |
| Binary | 1011101 | 10111100 | 101011 | 110011 | 0 | 1001101 | 11010 | 1100011 | 111111 | 101101 |
Color Harmonies of #5DBC2B
Complementary color
Monochromatic Colors of #5DBC2B
Black with #5DBC2B
Text Example
Text Example
White with #5DBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC2B; }
p { color: rgb(93,188,43); }
H1.HeaderClassName
{
color: #5DBC2B;
}
.AnyTagClassName
{
color: #5DBC2B;
}
</style>
background-color css
<style>
a { background-color: #5DBC2B; }
a { background-color: rgb(93,188,43); }
div.DivClassName
{
background-color: #5DBC2B;
}
.BgClassName
{
background-color: #5DBC2B;
}
</style>
border-color css
<style>
span { border-color: #5DBC2B; }
span { border-color: rgb(93,188,43); }
td.TdClassName
{
border-color: #5DBC2B;
}
.TagClassName
{
border-color: #5DBC2B;
}
</style>