Shades of Apple #71C534
Tints of Apple #71C534
RGB
CMYK
RGB Variations
Color information
#71C534 (or 0x71C534) is known color: Apple. HEX triplet: 71, C5 and 34. RGB value is (113,197,52). Sum of RGB (Red+Green+Blue) = 113+197+52=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #71C534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C534 is #8E3ACB. Grayscale: #9B9B9B. Windows color (decimal): -9321164 or 3458417. OLE color: 3458417.
HSL color Cylindrical-coordinate representation of color #71C534: hue angle of 94.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71C534 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 197 | 52 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.23 |
| HSL | 94.76º | 0.58% | 0.49% | - |
| HSV(B) | 94.76º | 0.74% | 0.77% | - |
| XYZ | 27.4 | 43.69 | 10.24 | - |
| YUV | 155.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 52 | 0.43 | 0 | 0.74 | 0.23 | 94.76 | 0.58 | 0.49 |
| Hex | 71 | C5 | 34 | 2B | 0 | 4A | 17 | 5F | 3A | 31 |
| Octal | 161 | 305 | 64 | 53 | 0 | 112 | 27 | 137 | 72 | 61 |
| Binary | 1110001 | 11000101 | 110100 | 101011 | 0 | 1001010 | 10111 | 1011111 | 111010 | 110001 |
Color Harmonies of #71C534
Complementary color
Monochromatic Colors of #71C534
Black with #71C534
Text Example
Text Example
White with #71C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C534; }
p { color: rgb(113,197,52); }
H1.HeaderClassName
{
color: #71C534;
}
.AnyTagClassName
{
color: #71C534;
}
</style>
background-color css
<style>
a { background-color: #71C534; }
a { background-color: rgb(113,197,52); }
div.DivClassName
{
background-color: #71C534;
}
.BgClassName
{
background-color: #71C534;
}
</style>
border-color css
<style>
span { border-color: #71C534; }
span { border-color: rgb(113,197,52); }
td.TdClassName
{
border-color: #71C534;
}
.TagClassName
{
border-color: #71C534;
}
</style>