Shades of Apple #5BCF41
Tints of Apple #5BCF41
RGB
CMYK
RGB Variations
Color information
#5BCF41 (or 0x5BCF41) is known color: Apple. HEX triplet: 5B, CF and 41. RGB value is (91,207,65). Sum of RGB (Red+Green+Blue) = 91+207+65=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCF41 is #A430BE. Grayscale: #9C9C9C. Windows color (decimal): -10760383 or 4312923. OLE color: 4312923.
HSL color Cylindrical-coordinate representation of color #5BCF41: hue angle of 109.01º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BCF41 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 65 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.19 |
| HSL | 109.01º | 0.6% | 0.53% | - |
| HSV(B) | 109.01º | 0.69% | 0.81% | - |
| XYZ | 27.58 | 47.23 | 12.66 | - |
| YUV | 156.13 | 76.57 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 65 | 0.56 | 0 | 0.69 | 0.19 | 109.01 | 0.6 | 0.53 |
| Hex | 5B | CF | 41 | 38 | 0 | 45 | 13 | 6D | 3C | 35 |
| Octal | 133 | 317 | 101 | 70 | 0 | 105 | 23 | 155 | 74 | 65 |
| Binary | 1011011 | 11001111 | 1000001 | 111000 | 0 | 1000101 | 10011 | 1101101 | 111100 | 110101 |
Color Harmonies of #5BCF41
Complementary color
Monochromatic Colors of #5BCF41
Black with #5BCF41
Text Example
Text Example
White with #5BCF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF41; }
p { color: rgb(91,207,65); }
H1.HeaderClassName
{
color: #5BCF41;
}
.AnyTagClassName
{
color: #5BCF41;
}
</style>
background-color css
<style>
a { background-color: #5BCF41; }
a { background-color: rgb(91,207,65); }
div.DivClassName
{
background-color: #5BCF41;
}
.BgClassName
{
background-color: #5BCF41;
}
</style>
border-color css
<style>
span { border-color: #5BCF41; }
span { border-color: rgb(91,207,65); }
td.TdClassName
{
border-color: #5BCF41;
}
.TagClassName
{
border-color: #5BCF41;
}
</style>