Shades of Apple #71D73C
Tints of Apple #71D73C
RGB
CMYK
RGB Variations
Color information
#71D73C (or 0x71D73C) is known color: Apple. HEX triplet: 71, D7 and 3C. RGB value is (113,215,60). Sum of RGB (Red+Green+Blue) = 113+215+60=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #71D73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D73C is #8E28C3. Grayscale: #A7A7A7. Windows color (decimal): -9316548 or 3987313. OLE color: 3987313.
HSL color Cylindrical-coordinate representation of color #71D73C: hue angle of 99.48º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71D73C is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 215 | 60 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.16 |
| HSL | 99.48º | 0.66% | 0.54% | - |
| HSV(B) | 99.48º | 0.72% | 0.84% | - |
| XYZ | 31.93 | 52.44 | 12.71 | - |
| YUV | 166.83 | 67.71 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 215 | 60 | 0.47 | 0 | 0.72 | 0.16 | 99.48 | 0.66 | 0.54 |
| Hex | 71 | D7 | 3C | 2F | 0 | 48 | 10 | 63 | 42 | 36 |
| Octal | 161 | 327 | 74 | 57 | 0 | 110 | 20 | 143 | 102 | 66 |
| Binary | 1110001 | 11010111 | 111100 | 101111 | 0 | 1001000 | 10000 | 1100011 | 1000010 | 110110 |
Color Harmonies of #71D73C
Complementary color
Monochromatic Colors of #71D73C
Black with #71D73C
Text Example
Text Example
White with #71D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D73C; }
p { color: rgb(113,215,60); }
H1.HeaderClassName
{
color: #71D73C;
}
.AnyTagClassName
{
color: #71D73C;
}
</style>
background-color css
<style>
a { background-color: #71D73C; }
a { background-color: rgb(113,215,60); }
div.DivClassName
{
background-color: #71D73C;
}
.BgClassName
{
background-color: #71D73C;
}
</style>
border-color css
<style>
span { border-color: #71D73C; }
span { border-color: rgb(113,215,60); }
td.TdClassName
{
border-color: #71D73C;
}
.TagClassName
{
border-color: #71D73C;
}
</style>