Shades of Kelly Green #5DBF1B
Tints of Kelly Green #5DBF1B
RGB
CMYK
RGB Variations
Color information
#5DBF1B (or 0x5DBF1B) is known color: Kelly Green. HEX triplet: 5D, BF and 1B. RGB value is (93,191,27). Sum of RGB (Red+Green+Blue) = 93+191+27=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF1B is #A240E4. Grayscale: #8F8F8F. Windows color (decimal): -10633445 or 1818461. OLE color: 1818461.
HSL color Cylindrical-coordinate representation of color #5DBF1B: hue angle of 95.85º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DBF1B is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 27 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.25 |
| HSL | 95.85º | 0.75% | 0.43% | - |
| HSV(B) | 95.85º | 0.86% | 0.75% | - |
| XYZ | 23.34 | 39.67 | 7.46 | - |
| YUV | 143 | 62.53 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 27 | 0.51 | 0 | 0.86 | 0.25 | 95.85 | 0.75 | 0.43 |
| Hex | 5D | BF | 1B | 33 | 0 | 56 | 19 | 60 | 4B | 2B |
| Octal | 135 | 277 | 33 | 63 | 0 | 126 | 31 | 140 | 113 | 53 |
| Binary | 1011101 | 10111111 | 11011 | 110011 | 0 | 1010110 | 11001 | 1100000 | 1001011 | 101011 |
Color Harmonies of #5DBF1B
Complementary color
Monochromatic Colors of #5DBF1B
Black with #5DBF1B
Text Example
Text Example
White with #5DBF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF1B; }
p { color: rgb(93,191,27); }
H1.HeaderClassName
{
color: #5DBF1B;
}
.AnyTagClassName
{
color: #5DBF1B;
}
</style>
background-color css
<style>
a { background-color: #5DBF1B; }
a { background-color: rgb(93,191,27); }
div.DivClassName
{
background-color: #5DBF1B;
}
.BgClassName
{
background-color: #5DBF1B;
}
</style>
border-color css
<style>
span { border-color: #5DBF1B; }
span { border-color: rgb(93,191,27); }
td.TdClassName
{
border-color: #5DBF1B;
}
.TagClassName
{
border-color: #5DBF1B;
}
</style>