Shades of Kelly Green #5DBF00
Tints of Kelly Green #5DBF00
RGB
CMYK
RGB Variations
Color information
#5DBF00 (or 0x5DBF00) is known color: Kelly Green. HEX triplet: 5D, BF and 00. RGB value is (93,191,0). Sum of RGB (Red+Green+Blue) = 93+191+0=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBF00 is #A240FF. Grayscale: #8C8C8C. Windows color (decimal): -10633472 or 48989. OLE color: 48989.
HSL color Cylindrical-coordinate representation of color #5DBF00: hue angle of 90.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DBF00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.25 |
| HSL | 90.79º | 1% | 0.37% | - |
| HSV(B) | 90.79º | 1% | 0.75% | - |
| XYZ | 23.15 | 39.59 | 6.42 | - |
| YUV | 139.92 | 49.03 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 0 | 0.51 | 0 | 1 | 0.25 | 90.79 | 1 | 0.37 |
| Hex | 5D | BF | 0 | 33 | 0 | 64 | 19 | 5B | 64 | 25 |
| Octal | 135 | 277 | 0 | 63 | 0 | 144 | 31 | 133 | 144 | 45 |
| Binary | 1011101 | 10111111 | 0 | 110011 | 0 | 1100100 | 11001 | 1011011 | 1100100 | 100101 |
Color Harmonies of #5DBF00
Complementary color
Monochromatic Colors of #5DBF00
Black with #5DBF00
Text Example
Text Example
White with #5DBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF00; }
p { color: rgb(93,191,0); }
H1.HeaderClassName
{
color: #5DBF00;
}
.AnyTagClassName
{
color: #5DBF00;
}
</style>
background-color css
<style>
a { background-color: #5DBF00; }
a { background-color: rgb(93,191,0); }
div.DivClassName
{
background-color: #5DBF00;
}
.BgClassName
{
background-color: #5DBF00;
}
</style>
border-color css
<style>
span { border-color: #5DBF00; }
span { border-color: rgb(93,191,0); }
td.TdClassName
{
border-color: #5DBF00;
}
.TagClassName
{
border-color: #5DBF00;
}
</style>