Shades of Kelly Green #5DBF05
Tints of Kelly Green #5DBF05
RGB
CMYK
RGB Variations
Color information
#5DBF05 (or 0x5DBF05) is known color: Kelly Green. HEX triplet: 5D, BF and 05. RGB value is (93,191,5). Sum of RGB (Red+Green+Blue) = 93+191+5=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBF05 is #A240FA. Grayscale: #8D8D8D. Windows color (decimal): -10633467 or 376669. OLE color: 376669.
HSL color Cylindrical-coordinate representation of color #5DBF05: hue angle of 91.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5DBF05 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 5 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.25 |
| HSL | 91.61º | 0.95% | 0.38% | - |
| HSV(B) | 91.61º | 0.97% | 0.75% | - |
| XYZ | 23.17 | 39.6 | 6.57 | - |
| YUV | 140.49 | 51.53 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 5 | 0.51 | 0 | 0.97 | 0.25 | 91.61 | 0.95 | 0.38 |
| Hex | 5D | BF | 5 | 33 | 0 | 61 | 19 | 5C | 5F | 26 |
| Octal | 135 | 277 | 5 | 63 | 0 | 141 | 31 | 134 | 137 | 46 |
| Binary | 1011101 | 10111111 | 101 | 110011 | 0 | 1100001 | 11001 | 1011100 | 1011111 | 100110 |
Color Harmonies of #5DBF05
Complementary color
Monochromatic Colors of #5DBF05
Black with #5DBF05
Text Example
Text Example
White with #5DBF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF05; }
p { color: rgb(93,191,5); }
H1.HeaderClassName
{
color: #5DBF05;
}
.AnyTagClassName
{
color: #5DBF05;
}
</style>
background-color css
<style>
a { background-color: #5DBF05; }
a { background-color: rgb(93,191,5); }
div.DivClassName
{
background-color: #5DBF05;
}
.BgClassName
{
background-color: #5DBF05;
}
</style>
border-color css
<style>
span { border-color: #5DBF05; }
span { border-color: rgb(93,191,5); }
td.TdClassName
{
border-color: #5DBF05;
}
.TagClassName
{
border-color: #5DBF05;
}
</style>