Shades of Apple #71B83C
Tints of Apple #71B83C
RGB
CMYK
RGB Variations
Color information
#71B83C (or 0x71B83C) is known color: Apple. HEX triplet: 71, B8 and 3C. RGB value is (113,184,60). Sum of RGB (Red+Green+Blue) = 113+184+60=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #71B83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B83C is #8E47C3. Grayscale: #959595. Windows color (decimal): -9324484 or 3979377. OLE color: 3979377.
HSL color Cylindrical-coordinate representation of color #71B83C: hue angle of 94.35º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71B83C is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 60 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.28 |
| HSL | 94.35º | 0.51% | 0.48% | - |
| HSV(B) | 94.35º | 0.67% | 0.72% | - |
| XYZ | 24.77 | 38.12 | 10.33 | - |
| YUV | 148.64 | 77.98 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 60 | 0.39 | 0 | 0.67 | 0.28 | 94.35 | 0.51 | 0.48 |
| Hex | 71 | B8 | 3C | 27 | 0 | 43 | 1C | 5E | 33 | 30 |
| Octal | 161 | 270 | 74 | 47 | 0 | 103 | 34 | 136 | 63 | 60 |
| Binary | 1110001 | 10111000 | 111100 | 100111 | 0 | 1000011 | 11100 | 1011110 | 110011 | 110000 |
Color Harmonies of #71B83C
Complementary color
Monochromatic Colors of #71B83C
Black with #71B83C
Text Example
Text Example
White with #71B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B83C; }
p { color: rgb(113,184,60); }
H1.HeaderClassName
{
color: #71B83C;
}
.AnyTagClassName
{
color: #71B83C;
}
</style>
background-color css
<style>
a { background-color: #71B83C; }
a { background-color: rgb(113,184,60); }
div.DivClassName
{
background-color: #71B83C;
}
.BgClassName
{
background-color: #71B83C;
}
</style>
border-color css
<style>
span { border-color: #71B83C; }
span { border-color: rgb(113,184,60); }
td.TdClassName
{
border-color: #71B83C;
}
.TagClassName
{
border-color: #71B83C;
}
</style>