Shades of Apple #5FCA33
Tints of Apple #5FCA33
RGB
CMYK
RGB Variations
Color information
#5FCA33 (or 0x5FCA33) is known color: Apple. HEX triplet: 5F, CA and 33. RGB value is (95,202,51). Sum of RGB (Red+Green+Blue) = 95+202+51=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA33 is #A035CC. Grayscale: #999999. Windows color (decimal): -10499533 or 3394143. OLE color: 3394143.
HSL color Cylindrical-coordinate representation of color #5FCA33: hue angle of 102.52º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FCA33 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 51 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.21 |
| HSL | 102.52º | 0.6% | 0.5% | - |
| HSV(B) | 102.52º | 0.75% | 0.79% | - |
| XYZ | 26.44 | 44.91 | 10.41 | - |
| YUV | 152.79 | 70.55 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 51 | 0.53 | 0 | 0.75 | 0.21 | 102.52 | 0.6 | 0.5 |
| Hex | 5F | CA | 33 | 35 | 0 | 4B | 15 | 67 | 3C | 32 |
| Octal | 137 | 312 | 63 | 65 | 0 | 113 | 25 | 147 | 74 | 62 |
| Binary | 1011111 | 11001010 | 110011 | 110101 | 0 | 1001011 | 10101 | 1100111 | 111100 | 110010 |
Color Harmonies of #5FCA33
Complementary color
Monochromatic Colors of #5FCA33
Black with #5FCA33
Text Example
Text Example
White with #5FCA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA33; }
p { color: rgb(95,202,51); }
H1.HeaderClassName
{
color: #5FCA33;
}
.AnyTagClassName
{
color: #5FCA33;
}
</style>
background-color css
<style>
a { background-color: #5FCA33; }
a { background-color: rgb(95,202,51); }
div.DivClassName
{
background-color: #5FCA33;
}
.BgClassName
{
background-color: #5FCA33;
}
</style>
border-color css
<style>
span { border-color: #5FCA33; }
span { border-color: rgb(95,202,51); }
td.TdClassName
{
border-color: #5FCA33;
}
.TagClassName
{
border-color: #5FCA33;
}
</style>