Shades of Apple #5BD250
Tints of Apple #5BD250
RGB
CMYK
RGB Variations
Color information
#5BD250 (or 0x5BD250) is known color: Apple. HEX triplet: 5B, D2 and 50. RGB value is (91,210,80). Sum of RGB (Red+Green+Blue) = 91+210+80=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD250 is #A42DAF. Grayscale: #A0A0A0. Windows color (decimal): -10759600 or 5296731. OLE color: 5296731.
HSL color Cylindrical-coordinate representation of color #5BD250: hue angle of 114.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD250 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 80 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.18 |
| HSL | 114.92º | 0.59% | 0.57% | - |
| HSV(B) | 114.92º | 0.62% | 0.82% | - |
| XYZ | 28.81 | 48.9 | 15.51 | - |
| YUV | 159.6 | 83.08 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 80 | 0.57 | 0 | 0.62 | 0.18 | 114.92 | 0.59 | 0.57 |
| Hex | 5B | D2 | 50 | 39 | 0 | 3E | 12 | 73 | 3B | 39 |
| Octal | 133 | 322 | 120 | 71 | 0 | 76 | 22 | 163 | 73 | 71 |
| Binary | 1011011 | 11010010 | 1010000 | 111001 | 0 | 111110 | 10010 | 1110011 | 111011 | 111001 |
Color Harmonies of #5BD250
Complementary color
Monochromatic Colors of #5BD250
Black with #5BD250
Text Example
Text Example
White with #5BD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD250; }
p { color: rgb(91,210,80); }
H1.HeaderClassName
{
color: #5BD250;
}
.AnyTagClassName
{
color: #5BD250;
}
</style>
background-color css
<style>
a { background-color: #5BD250; }
a { background-color: rgb(91,210,80); }
div.DivClassName
{
background-color: #5BD250;
}
.BgClassName
{
background-color: #5BD250;
}
</style>
border-color css
<style>
span { border-color: #5BD250; }
span { border-color: rgb(91,210,80); }
td.TdClassName
{
border-color: #5BD250;
}
.TagClassName
{
border-color: #5BD250;
}
</style>