Shades of Apple #5FCB34
Tints of Apple #5FCB34
RGB
CMYK
RGB Variations
Color information
#5FCB34 (or 0x5FCB34) is known color: Apple. HEX triplet: 5F, CB and 34. RGB value is (95,203,52). Sum of RGB (Red+Green+Blue) = 95+203+52=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB34 is #A034CB. Grayscale: #999999. Windows color (decimal): -10499276 or 3459935. OLE color: 3459935.
HSL color Cylindrical-coordinate representation of color #5FCB34: hue angle of 102.91º 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 #5FCB34 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 52 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.20 |
| HSL | 102.91º | 0.59% | 0.5% | - |
| HSV(B) | 102.91º | 0.74% | 0.8% | - |
| XYZ | 26.7 | 45.39 | 10.6 | - |
| YUV | 153.49 | 70.72 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 52 | 0.53 | 0 | 0.74 | 0.20 | 102.91 | 0.59 | 0.5 |
| Hex | 5F | CB | 34 | 35 | 0 | 4A | 14 | 67 | 3B | 32 |
| Octal | 137 | 313 | 64 | 65 | 0 | 112 | 24 | 147 | 73 | 62 |
| Binary | 1011111 | 11001011 | 110100 | 110101 | 0 | 1001010 | 10100 | 1100111 | 111011 | 110010 |
Color Harmonies of #5FCB34
Complementary color
Monochromatic Colors of #5FCB34
Black with #5FCB34
Text Example
Text Example
White with #5FCB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB34; }
p { color: rgb(95,203,52); }
H1.HeaderClassName
{
color: #5FCB34;
}
.AnyTagClassName
{
color: #5FCB34;
}
</style>
background-color css
<style>
a { background-color: #5FCB34; }
a { background-color: rgb(95,203,52); }
div.DivClassName
{
background-color: #5FCB34;
}
.BgClassName
{
background-color: #5FCB34;
}
</style>
border-color css
<style>
span { border-color: #5FCB34; }
span { border-color: rgb(95,203,52); }
td.TdClassName
{
border-color: #5FCB34;
}
.TagClassName
{
border-color: #5FCB34;
}
</style>