Shades of Apple #71CA33
Tints of Apple #71CA33
RGB
CMYK
RGB Variations
Color information
#71CA33 (or 0x71CA33) is known color: Apple. HEX triplet: 71, CA and 33. RGB value is (113,202,51). Sum of RGB (Red+Green+Blue) = 113+202+51=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA33 is #8E35CC. Grayscale: #9E9E9E. Windows color (decimal): -9319885 or 3394161. OLE color: 3394161.
HSL color Cylindrical-coordinate representation of color #71CA33: hue angle of 95.36º 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 #71CA33 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 51 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.21 |
| HSL | 95.36º | 0.6% | 0.5% | - |
| HSV(B) | 95.36º | 0.75% | 0.79% | - |
| XYZ | 28.53 | 45.99 | 10.51 | - |
| YUV | 158.18 | 67.51 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 51 | 0.44 | 0 | 0.75 | 0.21 | 95.36 | 0.6 | 0.5 |
| Hex | 71 | CA | 33 | 2C | 0 | 4B | 15 | 5F | 3C | 32 |
| Octal | 161 | 312 | 63 | 54 | 0 | 113 | 25 | 137 | 74 | 62 |
| Binary | 1110001 | 11001010 | 110011 | 101100 | 0 | 1001011 | 10101 | 1011111 | 111100 | 110010 |
Color Harmonies of #71CA33
Complementary color
Monochromatic Colors of #71CA33
Black with #71CA33
Text Example
Text Example
White with #71CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CA33; }
p { color: rgb(113,202,51); }
H1.HeaderClassName
{
color: #71CA33;
}
.AnyTagClassName
{
color: #71CA33;
}
</style>
background-color css
<style>
a { background-color: #71CA33; }
a { background-color: rgb(113,202,51); }
div.DivClassName
{
background-color: #71CA33;
}
.BgClassName
{
background-color: #71CA33;
}
</style>
border-color css
<style>
span { border-color: #71CA33; }
span { border-color: rgb(113,202,51); }
td.TdClassName
{
border-color: #71CA33;
}
.TagClassName
{
border-color: #71CA33;
}
</style>