Shades of Apple #5BCF49
Tints of Apple #5BCF49
RGB
CMYK
RGB Variations
Color information
#5BCF49 (or 0x5BCF49) is known color: Apple. HEX triplet: 5B, CF and 49. RGB value is (91,207,73). Sum of RGB (Red+Green+Blue) = 91+207+73=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCF49 is #A430B6. Grayscale: #9D9D9D. Windows color (decimal): -10760375 or 4837211. OLE color: 4837211.
HSL color Cylindrical-coordinate representation of color #5BCF49: hue angle of 111.94º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BCF49 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 73 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.19 |
| HSL | 111.94º | 0.58% | 0.55% | - |
| HSV(B) | 111.94º | 0.65% | 0.81% | - |
| XYZ | 27.83 | 47.33 | 13.97 | - |
| YUV | 157.04 | 80.57 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 73 | 0.56 | 0 | 0.65 | 0.19 | 111.94 | 0.58 | 0.55 |
| Hex | 5B | CF | 49 | 38 | 0 | 41 | 13 | 70 | 3A | 37 |
| Octal | 133 | 317 | 111 | 70 | 0 | 101 | 23 | 160 | 72 | 67 |
| Binary | 1011011 | 11001111 | 1001001 | 111000 | 0 | 1000001 | 10011 | 1110000 | 111010 | 110111 |
Color Harmonies of #5BCF49
Complementary color
Monochromatic Colors of #5BCF49
Black with #5BCF49
Text Example
Text Example
White with #5BCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF49; }
p { color: rgb(91,207,73); }
H1.HeaderClassName
{
color: #5BCF49;
}
.AnyTagClassName
{
color: #5BCF49;
}
</style>
background-color css
<style>
a { background-color: #5BCF49; }
a { background-color: rgb(91,207,73); }
div.DivClassName
{
background-color: #5BCF49;
}
.BgClassName
{
background-color: #5BCF49;
}
</style>
border-color css
<style>
span { border-color: #5BCF49; }
span { border-color: rgb(91,207,73); }
td.TdClassName
{
border-color: #5BCF49;
}
.TagClassName
{
border-color: #5BCF49;
}
</style>