Shades of Apple #5BD74A
Tints of Apple #5BD74A
RGB
CMYK
RGB Variations
Color information
#5BD74A (or 0x5BD74A) is known color: Apple. HEX triplet: 5B, D7 and 4A. RGB value is (91,215,74). Sum of RGB (Red+Green+Blue) = 91+215+74=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD74A is #A428B5. Grayscale: #A2A2A2. Windows color (decimal): -10758326 or 4904795. OLE color: 4904795.
HSL color Cylindrical-coordinate representation of color #5BD74A: hue angle of 112.77º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BD74A is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 215 | 74 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.16 |
| HSL | 112.77º | 0.64% | 0.57% | - |
| HSV(B) | 112.77º | 0.66% | 0.84% | - |
| XYZ | 29.85 | 51.32 | 14.81 | - |
| YUV | 161.85 | 78.42 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 215 | 74 | 0.58 | 0 | 0.66 | 0.16 | 112.77 | 0.64 | 0.57 |
| Hex | 5B | D7 | 4A | 3A | 0 | 42 | 10 | 71 | 40 | 39 |
| Octal | 133 | 327 | 112 | 72 | 0 | 102 | 20 | 161 | 100 | 71 |
| Binary | 1011011 | 11010111 | 1001010 | 111010 | 0 | 1000010 | 10000 | 1110001 | 1000000 | 111001 |
Color Harmonies of #5BD74A
Complementary color
Monochromatic Colors of #5BD74A
Black with #5BD74A
Text Example
Text Example
White with #5BD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD74A; }
p { color: rgb(91,215,74); }
H1.HeaderClassName
{
color: #5BD74A;
}
.AnyTagClassName
{
color: #5BD74A;
}
</style>
background-color css
<style>
a { background-color: #5BD74A; }
a { background-color: rgb(91,215,74); }
div.DivClassName
{
background-color: #5BD74A;
}
.BgClassName
{
background-color: #5BD74A;
}
</style>
border-color css
<style>
span { border-color: #5BD74A; }
span { border-color: rgb(91,215,74); }
td.TdClassName
{
border-color: #5BD74A;
}
.TagClassName
{
border-color: #5BD74A;
}
</style>