Shades of Apple #5FCA32
Tints of Apple #5FCA32
RGB
CMYK
RGB Variations
Color information
#5FCA32 (or 0x5FCA32) is known color: Apple. HEX triplet: 5F, CA and 32. RGB value is (95,202,50). Sum of RGB (Red+Green+Blue) = 95+202+50=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA32 is #A035CD. Grayscale: #999999. Windows color (decimal): -10499534 or 3328607. OLE color: 3328607.
HSL color Cylindrical-coordinate representation of color #5FCA32: hue angle of 102.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FCA32 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 50 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.21 |
| HSL | 102.24º | 0.6% | 0.49% | - |
| HSV(B) | 102.24º | 0.75% | 0.79% | - |
| XYZ | 26.42 | 44.9 | 10.29 | - |
| YUV | 152.68 | 70.05 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 50 | 0.53 | 0 | 0.75 | 0.21 | 102.24 | 0.6 | 0.49 |
| Hex | 5F | CA | 32 | 35 | 0 | 4B | 15 | 66 | 3C | 31 |
| Octal | 137 | 312 | 62 | 65 | 0 | 113 | 25 | 146 | 74 | 61 |
| Binary | 1011111 | 11001010 | 110010 | 110101 | 0 | 1001011 | 10101 | 1100110 | 111100 | 110001 |
Color Harmonies of #5FCA32
Complementary color
Monochromatic Colors of #5FCA32
Black with #5FCA32
Text Example
Text Example
White with #5FCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA32; }
p { color: rgb(95,202,50); }
H1.HeaderClassName
{
color: #5FCA32;
}
.AnyTagClassName
{
color: #5FCA32;
}
</style>
background-color css
<style>
a { background-color: #5FCA32; }
a { background-color: rgb(95,202,50); }
div.DivClassName
{
background-color: #5FCA32;
}
.BgClassName
{
background-color: #5FCA32;
}
</style>
border-color css
<style>
span { border-color: #5FCA32; }
span { border-color: rgb(95,202,50); }
td.TdClassName
{
border-color: #5FCA32;
}
.TagClassName
{
border-color: #5FCA32;
}
</style>