Shades of Apple #5BD03A
Tints of Apple #5BD03A
RGB
CMYK
RGB Variations
Color information
#5BD03A (or 0x5BD03A) is known color: Apple. HEX triplet: 5B, D0 and 3A. RGB value is (91,208,58). Sum of RGB (Red+Green+Blue) = 91+208+58=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD03A is #A42FC5. Grayscale: #9C9C9C. Windows color (decimal): -10760134 or 3854427. OLE color: 3854427.
HSL color Cylindrical-coordinate representation of color #5BD03A: hue angle of 106.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5BD03A is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 58 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.18 |
| HSL | 106.8º | 0.61% | 0.52% | - |
| HSV(B) | 106.8º | 0.72% | 0.82% | - |
| XYZ | 27.63 | 47.64 | 11.74 | - |
| YUV | 155.92 | 72.74 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 58 | 0.56 | 0 | 0.72 | 0.18 | 106.8 | 0.61 | 0.52 |
| Hex | 5B | D0 | 3A | 38 | 0 | 48 | 12 | 6B | 3D | 34 |
| Octal | 133 | 320 | 72 | 70 | 0 | 110 | 22 | 153 | 75 | 64 |
| Binary | 1011011 | 11010000 | 111010 | 111000 | 0 | 1001000 | 10010 | 1101011 | 111101 | 110100 |
Color Harmonies of #5BD03A
Complementary color
Monochromatic Colors of #5BD03A
Black with #5BD03A
Text Example
Text Example
White with #5BD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD03A; }
p { color: rgb(91,208,58); }
H1.HeaderClassName
{
color: #5BD03A;
}
.AnyTagClassName
{
color: #5BD03A;
}
</style>
background-color css
<style>
a { background-color: #5BD03A; }
a { background-color: rgb(91,208,58); }
div.DivClassName
{
background-color: #5BD03A;
}
.BgClassName
{
background-color: #5BD03A;
}
</style>
border-color css
<style>
span { border-color: #5BD03A; }
span { border-color: rgb(91,208,58); }
td.TdClassName
{
border-color: #5BD03A;
}
.TagClassName
{
border-color: #5BD03A;
}
</style>