Shades of Kelly Green #5DBB03
Tints of Kelly Green #5DBB03
RGB
CMYK
RGB Variations
Color information
#5DBB03 (or 0x5DBB03) is known color: Kelly Green. HEX triplet: 5D, BB and 03. RGB value is (93,187,3). Sum of RGB (Red+Green+Blue) = 93+187+3=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBB03 is #A244FC. Grayscale: #8A8A8A. Windows color (decimal): -10634493 or 244573. OLE color: 244573.
HSL color Cylindrical-coordinate representation of color #5DBB03: hue angle of 90.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DBB03 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 3 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.27 |
| HSL | 90.65º | 0.97% | 0.37% | - |
| HSV(B) | 90.65º | 0.98% | 0.73% | - |
| XYZ | 22.3 | 37.87 | 6.22 | - |
| YUV | 137.92 | 51.86 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 3 | 0.50 | 0 | 0.98 | 0.27 | 90.65 | 0.97 | 0.37 |
| Hex | 5D | BB | 3 | 32 | 0 | 62 | 1B | 5B | 61 | 25 |
| Octal | 135 | 273 | 3 | 62 | 0 | 142 | 33 | 133 | 141 | 45 |
| Binary | 1011101 | 10111011 | 11 | 110010 | 0 | 1100010 | 11011 | 1011011 | 1100001 | 100101 |
Color Harmonies of #5DBB03
Complementary color
Monochromatic Colors of #5DBB03
Black with #5DBB03
Text Example
Text Example
White with #5DBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB03; }
p { color: rgb(93,187,3); }
H1.HeaderClassName
{
color: #5DBB03;
}
.AnyTagClassName
{
color: #5DBB03;
}
</style>
background-color css
<style>
a { background-color: #5DBB03; }
a { background-color: rgb(93,187,3); }
div.DivClassName
{
background-color: #5DBB03;
}
.BgClassName
{
background-color: #5DBB03;
}
</style>
border-color css
<style>
span { border-color: #5DBB03; }
span { border-color: rgb(93,187,3); }
td.TdClassName
{
border-color: #5DBB03;
}
.TagClassName
{
border-color: #5DBB03;
}
</style>