Shades of Kelly Green #5DBD01
Tints of Kelly Green #5DBD01
RGB
CMYK
RGB Variations
Color information
#5DBD01 (or 0x5DBD01) is known color: Kelly Green. HEX triplet: 5D, BD and 01. RGB value is (93,189,1). Sum of RGB (Red+Green+Blue) = 93+189+1=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBD01 is #A242FE. Grayscale: #8B8B8B. Windows color (decimal): -10633983 or 114013. OLE color: 114013.
HSL color Cylindrical-coordinate representation of color #5DBD01: hue angle of 90.64º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DBD01 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.26 |
| HSL | 90.64º | 0.99% | 0.37% | - |
| HSV(B) | 90.64º | 0.99% | 0.74% | - |
| XYZ | 22.72 | 38.72 | 6.31 | - |
| YUV | 138.86 | 50.2 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 1 | 0.51 | 0 | 0.99 | 0.26 | 90.64 | 0.99 | 0.37 |
| Hex | 5D | BD | 1 | 33 | 0 | 63 | 1A | 5B | 63 | 25 |
| Octal | 135 | 275 | 1 | 63 | 0 | 143 | 32 | 133 | 143 | 45 |
| Binary | 1011101 | 10111101 | 1 | 110011 | 0 | 1100011 | 11010 | 1011011 | 1100011 | 100101 |
Color Harmonies of #5DBD01
Complementary color
Monochromatic Colors of #5DBD01
Black with #5DBD01
Text Example
Text Example
White with #5DBD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD01; }
p { color: rgb(93,189,1); }
H1.HeaderClassName
{
color: #5DBD01;
}
.AnyTagClassName
{
color: #5DBD01;
}
</style>
background-color css
<style>
a { background-color: #5DBD01; }
a { background-color: rgb(93,189,1); }
div.DivClassName
{
background-color: #5DBD01;
}
.BgClassName
{
background-color: #5DBD01;
}
</style>
border-color css
<style>
span { border-color: #5DBD01; }
span { border-color: rgb(93,189,1); }
td.TdClassName
{
border-color: #5DBD01;
}
.TagClassName
{
border-color: #5DBD01;
}
</style>