Shades of Kelly Green #5BD002
Tints of Kelly Green #5BD002
RGB
CMYK
RGB Variations
Color information
#5BD002 (or 0x5BD002) is known color: Kelly Green. HEX triplet: 5B, D0 and 02. RGB value is (91,208,2). Sum of RGB (Red+Green+Blue) = 91+208+2=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BD002 is #A42FFD. Grayscale: #969696. Windows color (decimal): -10760190 or 184411. OLE color: 184411.
HSL color Cylindrical-coordinate representation of color #5BD002: hue angle of 94.08º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BD002 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.18 |
| HSL | 94.08º | 0.98% | 0.41% | - |
| HSV(B) | 94.08º | 0.99% | 0.82% | - |
| XYZ | 26.88 | 47.34 | 7.78 | - |
| YUV | 149.53 | 44.74 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 2 | 0.56 | 0 | 0.99 | 0.18 | 94.08 | 0.98 | 0.41 |
| Hex | 5B | D0 | 2 | 38 | 0 | 63 | 12 | 5E | 62 | 29 |
| Octal | 133 | 320 | 2 | 70 | 0 | 143 | 22 | 136 | 142 | 51 |
| Binary | 1011011 | 11010000 | 10 | 111000 | 0 | 1100011 | 10010 | 1011110 | 1100010 | 101001 |
Color Harmonies of #5BD002
Complementary color
Monochromatic Colors of #5BD002
Black with #5BD002
Text Example
Text Example
White with #5BD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD002; }
p { color: rgb(91,208,2); }
H1.HeaderClassName
{
color: #5BD002;
}
.AnyTagClassName
{
color: #5BD002;
}
</style>
background-color css
<style>
a { background-color: #5BD002; }
a { background-color: rgb(91,208,2); }
div.DivClassName
{
background-color: #5BD002;
}
.BgClassName
{
background-color: #5BD002;
}
</style>
border-color css
<style>
span { border-color: #5BD002; }
span { border-color: rgb(91,208,2); }
td.TdClassName
{
border-color: #5BD002;
}
.TagClassName
{
border-color: #5BD002;
}
</style>