Shades of Apple #5FAF30
Tints of Apple #5FAF30
RGB
CMYK
RGB Variations
Color information
#5FAF30 (or 0x5FAF30) is known color: Apple. HEX triplet: 5F, AF and 30. RGB value is (95,175,48). Sum of RGB (Red+Green+Blue) = 95+175+48=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF30 is #A050CF. Grayscale: #898989. Windows color (decimal): -10506448 or 3190623. OLE color: 3190623.
HSL color Cylindrical-coordinate representation of color #5FAF30: hue angle of 97.8º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FAF30 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 48 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.31 |
| HSL | 97.8º | 0.57% | 0.44% | - |
| HSV(B) | 97.8º | 0.73% | 0.69% | - |
| XYZ | 20.58 | 33.31 | 8.14 | - |
| YUV | 136.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 48 | 0.46 | 0 | 0.73 | 0.31 | 97.8 | 0.57 | 0.44 |
| Hex | 5F | AF | 30 | 2E | 0 | 49 | 1F | 62 | 39 | 2C |
| Octal | 137 | 257 | 60 | 56 | 0 | 111 | 37 | 142 | 71 | 54 |
| Binary | 1011111 | 10101111 | 110000 | 101110 | 0 | 1001001 | 11111 | 1100010 | 111001 | 101100 |
Color Harmonies of #5FAF30
Complementary color
Monochromatic Colors of #5FAF30
Black with #5FAF30
Text Example
Text Example
White with #5FAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF30; }
p { color: rgb(95,175,48); }
H1.HeaderClassName
{
color: #5FAF30;
}
.AnyTagClassName
{
color: #5FAF30;
}
</style>
background-color css
<style>
a { background-color: #5FAF30; }
a { background-color: rgb(95,175,48); }
div.DivClassName
{
background-color: #5FAF30;
}
.BgClassName
{
background-color: #5FAF30;
}
</style>
border-color css
<style>
span { border-color: #5FAF30; }
span { border-color: rgb(95,175,48); }
td.TdClassName
{
border-color: #5FAF30;
}
.TagClassName
{
border-color: #5FAF30;
}
</style>