Shades of Apple #5FCB35
Tints of Apple #5FCB35
RGB
CMYK
RGB Variations
Color information
#5FCB35 (or 0x5FCB35) is known color: Apple. HEX triplet: 5F, CB and 35. RGB value is (95,203,53). Sum of RGB (Red+Green+Blue) = 95+203+53=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB35 is #A034CA. Grayscale: #9A9A9A. Windows color (decimal): -10499275 or 3525471. OLE color: 3525471.
HSL color Cylindrical-coordinate representation of color #5FCB35: hue angle of 103.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FCB35 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 53 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.20 |
| HSL | 103.2º | 0.59% | 0.5% | - |
| HSV(B) | 103.2º | 0.74% | 0.8% | - |
| XYZ | 26.72 | 45.4 | 10.72 | - |
| YUV | 153.61 | 71.22 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 53 | 0.53 | 0 | 0.74 | 0.20 | 103.2 | 0.59 | 0.5 |
| Hex | 5F | CB | 35 | 35 | 0 | 4A | 14 | 67 | 3B | 32 |
| Octal | 137 | 313 | 65 | 65 | 0 | 112 | 24 | 147 | 73 | 62 |
| Binary | 1011111 | 11001011 | 110101 | 110101 | 0 | 1001010 | 10100 | 1100111 | 111011 | 110010 |
Color Harmonies of #5FCB35
Complementary color
Monochromatic Colors of #5FCB35
Black with #5FCB35
Text Example
Text Example
White with #5FCB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB35; }
p { color: rgb(95,203,53); }
H1.HeaderClassName
{
color: #5FCB35;
}
.AnyTagClassName
{
color: #5FCB35;
}
</style>
background-color css
<style>
a { background-color: #5FCB35; }
a { background-color: rgb(95,203,53); }
div.DivClassName
{
background-color: #5FCB35;
}
.BgClassName
{
background-color: #5FCB35;
}
</style>
border-color css
<style>
span { border-color: #5FCB35; }
span { border-color: rgb(95,203,53); }
td.TdClassName
{
border-color: #5FCB35;
}
.TagClassName
{
border-color: #5FCB35;
}
</style>