Shades of Apple #5FBF42
Tints of Apple #5FBF42
RGB
CMYK
RGB Variations
Color information
#5FBF42 (or 0x5FBF42) is known color: Apple. HEX triplet: 5F, BF and 42. RGB value is (95,191,66). Sum of RGB (Red+Green+Blue) = 95+191+66=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBF42 is #A040BD. Grayscale: #949494. Windows color (decimal): -10502334 or 4374367. OLE color: 4374367.
HSL color Cylindrical-coordinate representation of color #5FBF42: hue angle of 106.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FBF42 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 191 | 66 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.25 |
| HSL | 106.08º | 0.49% | 0.5% | - |
| HSV(B) | 106.08º | 0.65% | 0.75% | - |
| XYZ | 24.33 | 40.09 | 11.61 | - |
| YUV | 148.05 | 81.7 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 66 | 0.50 | 0 | 0.65 | 0.25 | 106.08 | 0.49 | 0.5 |
| Hex | 5F | BF | 42 | 32 | 0 | 41 | 19 | 6A | 31 | 32 |
| Octal | 137 | 277 | 102 | 62 | 0 | 101 | 31 | 152 | 61 | 62 |
| Binary | 1011111 | 10111111 | 1000010 | 110010 | 0 | 1000001 | 11001 | 1101010 | 110001 | 110010 |
Color Harmonies of #5FBF42
Complementary color
Monochromatic Colors of #5FBF42
Black with #5FBF42
Text Example
Text Example
White with #5FBF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBF42; }
p { color: rgb(95,191,66); }
H1.HeaderClassName
{
color: #5FBF42;
}
.AnyTagClassName
{
color: #5FBF42;
}
</style>
background-color css
<style>
a { background-color: #5FBF42; }
a { background-color: rgb(95,191,66); }
div.DivClassName
{
background-color: #5FBF42;
}
.BgClassName
{
background-color: #5FBF42;
}
</style>
border-color css
<style>
span { border-color: #5FBF42; }
span { border-color: rgb(95,191,66); }
td.TdClassName
{
border-color: #5FBF42;
}
.TagClassName
{
border-color: #5FBF42;
}
</style>