Shades of Kelly Green #5DBB0D
Tints of Kelly Green #5DBB0D
RGB
CMYK
RGB Variations
Color information
#5DBB0D (or 0x5DBB0D) is known color: Kelly Green. HEX triplet: 5D, BB and 0D. RGB value is (93,187,13). Sum of RGB (Red+Green+Blue) = 93+187+13=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 187 (73.44% from 255 or 63.82% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBB0D is #A244F2. Grayscale: #8B8B8B. Windows color (decimal): -10634483 or 899933. OLE color: 899933.
HSL color Cylindrical-coordinate representation of color #5DBB0D: hue angle of 92.41º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DBB0D is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 13 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.27 |
| HSL | 92.41º | 0.87% | 0.39% | - |
| HSV(B) | 92.41º | 0.93% | 0.73% | - |
| XYZ | 22.36 | 37.9 | 6.52 | - |
| YUV | 139.06 | 56.86 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 13 | 0.50 | 0 | 0.93 | 0.27 | 92.41 | 0.87 | 0.39 |
| Hex | 5D | BB | D | 32 | 0 | 5D | 1B | 5C | 57 | 27 |
| Octal | 135 | 273 | 15 | 62 | 0 | 135 | 33 | 134 | 127 | 47 |
| Binary | 1011101 | 10111011 | 1101 | 110010 | 0 | 1011101 | 11011 | 1011100 | 1010111 | 100111 |
Color Harmonies of #5DBB0D
Complementary color
Monochromatic Colors of #5DBB0D
Black with #5DBB0D
Text Example
Text Example
White with #5DBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB0D; }
p { color: rgb(93,187,13); }
H1.HeaderClassName
{
color: #5DBB0D;
}
.AnyTagClassName
{
color: #5DBB0D;
}
</style>
background-color css
<style>
a { background-color: #5DBB0D; }
a { background-color: rgb(93,187,13); }
div.DivClassName
{
background-color: #5DBB0D;
}
.BgClassName
{
background-color: #5DBB0D;
}
</style>
border-color css
<style>
span { border-color: #5DBB0D; }
span { border-color: rgb(93,187,13); }
td.TdClassName
{
border-color: #5DBB0D;
}
.TagClassName
{
border-color: #5DBB0D;
}
</style>