Shades of Apple #5FAF38
Tints of Apple #5FAF38
RGB
CMYK
RGB Variations
Color information
#5FAF38 (or 0x5FAF38) is known color: Apple. HEX triplet: 5F, AF and 38. RGB value is (95,175,56). Sum of RGB (Red+Green+Blue) = 95+175+56=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF38 is #A050C7. Grayscale: #898989. Windows color (decimal): -10506440 or 3714911. OLE color: 3714911.
HSL color Cylindrical-coordinate representation of color #5FAF38: hue angle of 100.34º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FAF38 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 56 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.31 |
| HSL | 100.34º | 0.52% | 0.45% | - |
| HSV(B) | 100.34º | 0.68% | 0.69% | - |
| XYZ | 20.76 | 33.38 | 9.09 | - |
| YUV | 137.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 56 | 0.46 | 0 | 0.68 | 0.31 | 100.34 | 0.52 | 0.45 |
| Hex | 5F | AF | 38 | 2E | 0 | 44 | 1F | 64 | 34 | 2D |
| Octal | 137 | 257 | 70 | 56 | 0 | 104 | 37 | 144 | 64 | 55 |
| Binary | 1011111 | 10101111 | 111000 | 101110 | 0 | 1000100 | 11111 | 1100100 | 110100 | 101101 |
Color Harmonies of #5FAF38
Complementary color
Monochromatic Colors of #5FAF38
Black with #5FAF38
Text Example
Text Example
White with #5FAF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF38; }
p { color: rgb(95,175,56); }
H1.HeaderClassName
{
color: #5FAF38;
}
.AnyTagClassName
{
color: #5FAF38;
}
</style>
background-color css
<style>
a { background-color: #5FAF38; }
a { background-color: rgb(95,175,56); }
div.DivClassName
{
background-color: #5FAF38;
}
.BgClassName
{
background-color: #5FAF38;
}
</style>
border-color css
<style>
span { border-color: #5FAF38; }
span { border-color: rgb(95,175,56); }
td.TdClassName
{
border-color: #5FAF38;
}
.TagClassName
{
border-color: #5FAF38;
}
</style>