Shades of Apple #5FCB42
Tints of Apple #5FCB42
RGB
CMYK
RGB Variations
Color information
#5FCB42 (or 0x5FCB42) is known color: Apple. HEX triplet: 5F, CB and 42. RGB value is (95,203,66). Sum of RGB (Red+Green+Blue) = 95+203+66=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB42 is #A034BD. Grayscale: #9B9B9B. Windows color (decimal): -10499262 or 4377439. OLE color: 4377439.
HSL color Cylindrical-coordinate representation of color #5FCB42: hue angle of 107.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FCB42 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 66 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.20 |
| HSL | 107.3º | 0.57% | 0.53% | - |
| HSV(B) | 107.3º | 0.67% | 0.8% | - |
| XYZ | 27.06 | 45.54 | 12.52 | - |
| YUV | 155.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 66 | 0.53 | 0 | 0.67 | 0.20 | 107.3 | 0.57 | 0.53 |
| Hex | 5F | CB | 42 | 35 | 0 | 43 | 14 | 6B | 39 | 35 |
| Octal | 137 | 313 | 102 | 65 | 0 | 103 | 24 | 153 | 71 | 65 |
| Binary | 1011111 | 11001011 | 1000010 | 110101 | 0 | 1000011 | 10100 | 1101011 | 111001 | 110101 |
Color Harmonies of #5FCB42
Complementary color
Monochromatic Colors of #5FCB42
Black with #5FCB42
Text Example
Text Example
White with #5FCB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB42; }
p { color: rgb(95,203,66); }
H1.HeaderClassName
{
color: #5FCB42;
}
.AnyTagClassName
{
color: #5FCB42;
}
</style>
background-color css
<style>
a { background-color: #5FCB42; }
a { background-color: rgb(95,203,66); }
div.DivClassName
{
background-color: #5FCB42;
}
.BgClassName
{
background-color: #5FCB42;
}
</style>
border-color css
<style>
span { border-color: #5FCB42; }
span { border-color: rgb(95,203,66); }
td.TdClassName
{
border-color: #5FCB42;
}
.TagClassName
{
border-color: #5FCB42;
}
</style>