Shades of Apple #71DC2F
Tints of Apple #71DC2F
RGB
CMYK
RGB Variations
Color information
#71DC2F (or 0x71DC2F) is known color: Apple. HEX triplet: 71, DC and 2F. RGB value is (113,220,47). Sum of RGB (Red+Green+Blue) = 113+220+47=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC2F is #8E23D0. Grayscale: #A8A8A8. Windows color (decimal): -9315281 or 3136625. OLE color: 3136625.
HSL color Cylindrical-coordinate representation of color #71DC2F: hue angle of 97.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71DC2F is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 47 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.14 |
| HSL | 97.11º | 0.71% | 0.52% | - |
| HSV(B) | 97.11º | 0.79% | 0.86% | - |
| XYZ | 32.92 | 54.9 | 11.55 | - |
| YUV | 168.29 | 59.55 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 47 | 0.49 | 0 | 0.79 | 0.14 | 97.11 | 0.71 | 0.52 |
| Hex | 71 | DC | 2F | 31 | 0 | 4F | E | 61 | 47 | 34 |
| Octal | 161 | 334 | 57 | 61 | 0 | 117 | 16 | 141 | 107 | 64 |
| Binary | 1110001 | 11011100 | 101111 | 110001 | 0 | 1001111 | 1110 | 1100001 | 1000111 | 110100 |
Color Harmonies of #71DC2F
Complementary color
Monochromatic Colors of #71DC2F
Black with #71DC2F
Text Example
Text Example
White with #71DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC2F; }
p { color: rgb(113,220,47); }
H1.HeaderClassName
{
color: #71DC2F;
}
.AnyTagClassName
{
color: #71DC2F;
}
</style>
background-color css
<style>
a { background-color: #71DC2F; }
a { background-color: rgb(113,220,47); }
div.DivClassName
{
background-color: #71DC2F;
}
.BgClassName
{
background-color: #71DC2F;
}
</style>
border-color css
<style>
span { border-color: #71DC2F; }
span { border-color: rgb(113,220,47); }
td.TdClassName
{
border-color: #71DC2F;
}
.TagClassName
{
border-color: #71DC2F;
}
</style>