Shades of Apple #5FCA34
Tints of Apple #5FCA34
RGB
CMYK
RGB Variations
Color information
#5FCA34 (or 0x5FCA34) is known color: Apple. HEX triplet: 5F, CA and 34. RGB value is (95,202,52). Sum of RGB (Red+Green+Blue) = 95+202+52=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA34 is #A035CB. Grayscale: #999999. Windows color (decimal): -10499532 or 3459679. OLE color: 3459679.
HSL color Cylindrical-coordinate representation of color #5FCA34: hue angle of 102.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FCA34 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 52 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.21 |
| HSL | 102.8º | 0.59% | 0.5% | - |
| HSV(B) | 102.8º | 0.74% | 0.79% | - |
| XYZ | 26.46 | 44.92 | 10.53 | - |
| YUV | 152.91 | 71.05 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 52 | 0.53 | 0 | 0.74 | 0.21 | 102.8 | 0.59 | 0.5 |
| Hex | 5F | CA | 34 | 35 | 0 | 4A | 15 | 67 | 3B | 32 |
| Octal | 137 | 312 | 64 | 65 | 0 | 112 | 25 | 147 | 73 | 62 |
| Binary | 1011111 | 11001010 | 110100 | 110101 | 0 | 1001010 | 10101 | 1100111 | 111011 | 110010 |
Color Harmonies of #5FCA34
Complementary color
Monochromatic Colors of #5FCA34
Black with #5FCA34
Text Example
Text Example
White with #5FCA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA34; }
p { color: rgb(95,202,52); }
H1.HeaderClassName
{
color: #5FCA34;
}
.AnyTagClassName
{
color: #5FCA34;
}
</style>
background-color css
<style>
a { background-color: #5FCA34; }
a { background-color: rgb(95,202,52); }
div.DivClassName
{
background-color: #5FCA34;
}
.BgClassName
{
background-color: #5FCA34;
}
</style>
border-color css
<style>
span { border-color: #5FCA34; }
span { border-color: rgb(95,202,52); }
td.TdClassName
{
border-color: #5FCA34;
}
.TagClassName
{
border-color: #5FCA34;
}
</style>