Shades of Apple #5FB53C
Tints of Apple #5FB53C
RGB
CMYK
RGB Variations
Color information
#5FB53C (or 0x5FB53C) is known color: Apple. HEX triplet: 5F, B5 and 3C. RGB value is (95,181,60). Sum of RGB (Red+Green+Blue) = 95+181+60=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB53C is #A04AC3. Grayscale: #8D8D8D. Windows color (decimal): -10504900 or 3978591. OLE color: 3978591.
HSL color Cylindrical-coordinate representation of color #5FB53C: hue angle of 102.64º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FB53C is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 181 | 60 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.29 |
| HSL | 102.64º | 0.5% | 0.47% | - |
| HSV(B) | 102.64º | 0.67% | 0.71% | - |
| XYZ | 22.06 | 35.81 | 10.02 | - |
| YUV | 141.49 | 82.01 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 181 | 60 | 0.48 | 0 | 0.67 | 0.29 | 102.64 | 0.5 | 0.47 |
| Hex | 5F | B5 | 3C | 30 | 0 | 43 | 1D | 67 | 32 | 2F |
| Octal | 137 | 265 | 74 | 60 | 0 | 103 | 35 | 147 | 62 | 57 |
| Binary | 1011111 | 10110101 | 111100 | 110000 | 0 | 1000011 | 11101 | 1100111 | 110010 | 101111 |
Color Harmonies of #5FB53C
Complementary color
Monochromatic Colors of #5FB53C
Black with #5FB53C
Text Example
Text Example
White with #5FB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB53C; }
p { color: rgb(95,181,60); }
H1.HeaderClassName
{
color: #5FB53C;
}
.AnyTagClassName
{
color: #5FB53C;
}
</style>
background-color css
<style>
a { background-color: #5FB53C; }
a { background-color: rgb(95,181,60); }
div.DivClassName
{
background-color: #5FB53C;
}
.BgClassName
{
background-color: #5FB53C;
}
</style>
border-color css
<style>
span { border-color: #5FB53C; }
span { border-color: rgb(95,181,60); }
td.TdClassName
{
border-color: #5FB53C;
}
.TagClassName
{
border-color: #5FB53C;
}
</style>