Shades of Apple #5BD248
Tints of Apple #5BD248
RGB
CMYK
RGB Variations
Color information
#5BD248 (or 0x5BD248) is known color: Apple. HEX triplet: 5B, D2 and 48. RGB value is (91,210,72). Sum of RGB (Red+Green+Blue) = 91+210+72=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD248 is #A42DB7. Grayscale: #9F9F9F. Windows color (decimal): -10759608 or 4772443. OLE color: 4772443.
HSL color Cylindrical-coordinate representation of color #5BD248: hue angle of 111.74º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BD248 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 72 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.18 |
| HSL | 111.74º | 0.61% | 0.55% | - |
| HSV(B) | 111.74º | 0.66% | 0.82% | - |
| XYZ | 28.53 | 48.79 | 14.04 | - |
| YUV | 158.69 | 79.08 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 72 | 0.57 | 0 | 0.66 | 0.18 | 111.74 | 0.61 | 0.55 |
| Hex | 5B | D2 | 48 | 39 | 0 | 42 | 12 | 70 | 3D | 37 |
| Octal | 133 | 322 | 110 | 71 | 0 | 102 | 22 | 160 | 75 | 67 |
| Binary | 1011011 | 11010010 | 1001000 | 111001 | 0 | 1000010 | 10010 | 1110000 | 111101 | 110111 |
Color Harmonies of #5BD248
Complementary color
Monochromatic Colors of #5BD248
Black with #5BD248
Text Example
Text Example
White with #5BD248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD248; }
p { color: rgb(91,210,72); }
H1.HeaderClassName
{
color: #5BD248;
}
.AnyTagClassName
{
color: #5BD248;
}
</style>
background-color css
<style>
a { background-color: #5BD248; }
a { background-color: rgb(91,210,72); }
div.DivClassName
{
background-color: #5BD248;
}
.BgClassName
{
background-color: #5BD248;
}
</style>
border-color css
<style>
span { border-color: #5BD248; }
span { border-color: rgb(91,210,72); }
td.TdClassName
{
border-color: #5BD248;
}
.TagClassName
{
border-color: #5BD248;
}
</style>