Shades of Kelly Green #5DBE02
Tints of Kelly Green #5DBE02
RGB
CMYK
RGB Variations
Color information
#5DBE02 (or 0x5DBE02) is known color: Kelly Green. HEX triplet: 5D, BE and 02. RGB value is (93,190,2). Sum of RGB (Red+Green+Blue) = 93+190+2=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 190 (74.61% from 255 or 66.67% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBE02 is #A241FD. Grayscale: #8C8C8C. Windows color (decimal): -10633726 or 179805. OLE color: 179805.
HSL color Cylindrical-coordinate representation of color #5DBE02: hue angle of 90.96º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DBE02 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.25 |
| HSL | 90.96º | 0.98% | 0.38% | - |
| HSV(B) | 90.96º | 0.99% | 0.75% | - |
| XYZ | 22.94 | 39.16 | 6.41 | - |
| YUV | 139.57 | 50.36 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 2 | 0.51 | 0 | 0.99 | 0.25 | 90.96 | 0.98 | 0.38 |
| Hex | 5D | BE | 2 | 33 | 0 | 63 | 19 | 5B | 62 | 26 |
| Octal | 135 | 276 | 2 | 63 | 0 | 143 | 31 | 133 | 142 | 46 |
| Binary | 1011101 | 10111110 | 10 | 110011 | 0 | 1100011 | 11001 | 1011011 | 1100010 | 100110 |
Color Harmonies of #5DBE02
Complementary color
Monochromatic Colors of #5DBE02
Black with #5DBE02
Text Example
Text Example
White with #5DBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE02; }
p { color: rgb(93,190,2); }
H1.HeaderClassName
{
color: #5DBE02;
}
.AnyTagClassName
{
color: #5DBE02;
}
</style>
background-color css
<style>
a { background-color: #5DBE02; }
a { background-color: rgb(93,190,2); }
div.DivClassName
{
background-color: #5DBE02;
}
.BgClassName
{
background-color: #5DBE02;
}
</style>
border-color css
<style>
span { border-color: #5DBE02; }
span { border-color: rgb(93,190,2); }
td.TdClassName
{
border-color: #5DBE02;
}
.TagClassName
{
border-color: #5DBE02;
}
</style>