Shades of Apple #5BCF52
Tints of Apple #5BCF52
RGB
CMYK
RGB Variations
Color information
#5BCF52 (or 0x5BCF52) is known color: Apple. HEX triplet: 5B, CF and 52. RGB value is (91,207,82). Sum of RGB (Red+Green+Blue) = 91+207+82=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCF52 is #A430AD. Grayscale: #9E9E9E. Windows color (decimal): -10760366 or 5427035. OLE color: 5427035.
HSL color Cylindrical-coordinate representation of color #5BCF52: hue angle of 115.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BCF52 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 82 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.19 |
| HSL | 115.68º | 0.57% | 0.57% | - |
| HSV(B) | 115.68º | 0.6% | 0.81% | - |
| XYZ | 28.15 | 47.46 | 15.66 | - |
| YUV | 158.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 82 | 0.56 | 0 | 0.60 | 0.19 | 115.68 | 0.57 | 0.57 |
| Hex | 5B | CF | 52 | 38 | 0 | 3C | 13 | 74 | 39 | 39 |
| Octal | 133 | 317 | 122 | 70 | 0 | 74 | 23 | 164 | 71 | 71 |
| Binary | 1011011 | 11001111 | 1010010 | 111000 | 0 | 111100 | 10011 | 1110100 | 111001 | 111001 |
Color Harmonies of #5BCF52
Complementary color
Monochromatic Colors of #5BCF52
Black with #5BCF52
Text Example
Text Example
White with #5BCF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF52; }
p { color: rgb(91,207,82); }
H1.HeaderClassName
{
color: #5BCF52;
}
.AnyTagClassName
{
color: #5BCF52;
}
</style>
background-color css
<style>
a { background-color: #5BCF52; }
a { background-color: rgb(91,207,82); }
div.DivClassName
{
background-color: #5BCF52;
}
.BgClassName
{
background-color: #5BCF52;
}
</style>
border-color css
<style>
span { border-color: #5BCF52; }
span { border-color: rgb(91,207,82); }
td.TdClassName
{
border-color: #5BCF52;
}
.TagClassName
{
border-color: #5BCF52;
}
</style>