Shades of Apple #71D23C
Tints of Apple #71D23C
RGB
CMYK
RGB Variations
Color information
#71D23C (or 0x71D23C) is known color: Apple. HEX triplet: 71, D2 and 3C. RGB value is (113,210,60). Sum of RGB (Red+Green+Blue) = 113+210+60=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #71D23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D23C is #8E2DC3. Grayscale: #A4A4A4. Windows color (decimal): -9317828 or 3986033. OLE color: 3986033.
HSL color Cylindrical-coordinate representation of color #71D23C: hue angle of 98.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71D23C is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 60 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.18 |
| HSL | 98.8º | 0.63% | 0.53% | - |
| HSV(B) | 98.8º | 0.71% | 0.82% | - |
| XYZ | 30.67 | 49.93 | 12.3 | - |
| YUV | 163.9 | 69.36 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 60 | 0.46 | 0 | 0.71 | 0.18 | 98.8 | 0.63 | 0.53 |
| Hex | 71 | D2 | 3C | 2E | 0 | 47 | 12 | 63 | 3E | 35 |
| Octal | 161 | 322 | 74 | 56 | 0 | 107 | 22 | 143 | 76 | 65 |
| Binary | 1110001 | 11010010 | 111100 | 101110 | 0 | 1000111 | 10010 | 1100011 | 111110 | 110101 |
Color Harmonies of #71D23C
Complementary color
Monochromatic Colors of #71D23C
Black with #71D23C
Text Example
Text Example
White with #71D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D23C; }
p { color: rgb(113,210,60); }
H1.HeaderClassName
{
color: #71D23C;
}
.AnyTagClassName
{
color: #71D23C;
}
</style>
background-color css
<style>
a { background-color: #71D23C; }
a { background-color: rgb(113,210,60); }
div.DivClassName
{
background-color: #71D23C;
}
.BgClassName
{
background-color: #71D23C;
}
</style>
border-color css
<style>
span { border-color: #71D23C; }
span { border-color: rgb(113,210,60); }
td.TdClassName
{
border-color: #71D23C;
}
.TagClassName
{
border-color: #71D23C;
}
</style>