Shades of Apple #5BD54A
Tints of Apple #5BD54A
RGB
CMYK
RGB Variations
Color information
#5BD54A (or 0x5BD54A) is known color: Apple. HEX triplet: 5B, D5 and 4A. RGB value is (91,213,74). Sum of RGB (Red+Green+Blue) = 91+213+74=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD54A is #A42AB5. Grayscale: #A1A1A1. Windows color (decimal): -10758838 or 4904283. OLE color: 4904283.
HSL color Cylindrical-coordinate representation of color #5BD54A: hue angle of 112.66º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BD54A is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 213 | 74 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.16 |
| HSL | 112.66º | 0.62% | 0.56% | - |
| HSV(B) | 112.66º | 0.65% | 0.84% | - |
| XYZ | 29.34 | 50.31 | 14.64 | - |
| YUV | 160.68 | 79.08 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 213 | 74 | 0.57 | 0 | 0.65 | 0.16 | 112.66 | 0.62 | 0.56 |
| Hex | 5B | D5 | 4A | 39 | 0 | 41 | 10 | 71 | 3E | 38 |
| Octal | 133 | 325 | 112 | 71 | 0 | 101 | 20 | 161 | 76 | 70 |
| Binary | 1011011 | 11010101 | 1001010 | 111001 | 0 | 1000001 | 10000 | 1110001 | 111110 | 111000 |
Color Harmonies of #5BD54A
Complementary color
Monochromatic Colors of #5BD54A
Black with #5BD54A
Text Example
Text Example
White with #5BD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD54A; }
p { color: rgb(91,213,74); }
H1.HeaderClassName
{
color: #5BD54A;
}
.AnyTagClassName
{
color: #5BD54A;
}
</style>
background-color css
<style>
a { background-color: #5BD54A; }
a { background-color: rgb(91,213,74); }
div.DivClassName
{
background-color: #5BD54A;
}
.BgClassName
{
background-color: #5BD54A;
}
</style>
border-color css
<style>
span { border-color: #5BD54A; }
span { border-color: rgb(91,213,74); }
td.TdClassName
{
border-color: #5BD54A;
}
.TagClassName
{
border-color: #5BD54A;
}
</style>