Shades of Apple #5BD34C
Tints of Apple #5BD34C
RGB
CMYK
RGB Variations
Color information
#5BD34C (or 0x5BD34C) is known color: Apple. HEX triplet: 5B, D3 and 4C. RGB value is (91,211,76). Sum of RGB (Red+Green+Blue) = 91+211+76=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD34C is #A42CB3. Grayscale: #A0A0A0. Windows color (decimal): -10759348 or 5034843. OLE color: 5034843.
HSL color Cylindrical-coordinate representation of color #5BD34C: hue angle of 113.33º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BD34C is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 76 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.17 |
| HSL | 113.33º | 0.61% | 0.56% | - |
| HSV(B) | 113.33º | 0.64% | 0.83% | - |
| XYZ | 28.91 | 49.33 | 14.84 | - |
| YUV | 159.73 | 80.74 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 76 | 0.57 | 0 | 0.64 | 0.17 | 113.33 | 0.61 | 0.56 |
| Hex | 5B | D3 | 4C | 39 | 0 | 40 | 11 | 71 | 3D | 38 |
| Octal | 133 | 323 | 114 | 71 | 0 | 100 | 21 | 161 | 75 | 70 |
| Binary | 1011011 | 11010011 | 1001100 | 111001 | 0 | 1000000 | 10001 | 1110001 | 111101 | 111000 |
Color Harmonies of #5BD34C
Complementary color
Monochromatic Colors of #5BD34C
Black with #5BD34C
Text Example
Text Example
White with #5BD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD34C; }
p { color: rgb(91,211,76); }
H1.HeaderClassName
{
color: #5BD34C;
}
.AnyTagClassName
{
color: #5BD34C;
}
</style>
background-color css
<style>
a { background-color: #5BD34C; }
a { background-color: rgb(91,211,76); }
div.DivClassName
{
background-color: #5BD34C;
}
.BgClassName
{
background-color: #5BD34C;
}
</style>
border-color css
<style>
span { border-color: #5BD34C; }
span { border-color: rgb(91,211,76); }
td.TdClassName
{
border-color: #5BD34C;
}
.TagClassName
{
border-color: #5BD34C;
}
</style>