Shades of Apple #71CC3D
Tints of Apple #71CC3D
RGB
CMYK
RGB Variations
Color information
#71CC3D (or 0x71CC3D) is known color: Apple. HEX triplet: 71, CC and 3D. RGB value is (113,204,61). Sum of RGB (Red+Green+Blue) = 113+204+61=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CC3D is #8E33C2. Grayscale: #A0A0A0. Windows color (decimal): -9319363 or 4050033. OLE color: 4050033.
HSL color Cylindrical-coordinate representation of color #71CC3D: hue angle of 98.18º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71CC3D is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 61 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.2 |
| HSL | 98.18º | 0.58% | 0.52% | - |
| HSV(B) | 98.18º | 0.7% | 0.8% | - |
| XYZ | 29.25 | 47.03 | 11.95 | - |
| YUV | 160.49 | 71.85 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 61 | 0.45 | 0 | 0.70 | 0.2 | 98.18 | 0.58 | 0.52 |
| Hex | 71 | CC | 3D | 2D | 0 | 46 | 14 | 62 | 3A | 34 |
| Octal | 161 | 314 | 75 | 55 | 0 | 106 | 24 | 142 | 72 | 64 |
| Binary | 1110001 | 11001100 | 111101 | 101101 | 0 | 1000110 | 10100 | 1100010 | 111010 | 110100 |
Color Harmonies of #71CC3D
Complementary color
Monochromatic Colors of #71CC3D
Black with #71CC3D
Text Example
Text Example
White with #71CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC3D; }
p { color: rgb(113,204,61); }
H1.HeaderClassName
{
color: #71CC3D;
}
.AnyTagClassName
{
color: #71CC3D;
}
</style>
background-color css
<style>
a { background-color: #71CC3D; }
a { background-color: rgb(113,204,61); }
div.DivClassName
{
background-color: #71CC3D;
}
.BgClassName
{
background-color: #71CC3D;
}
</style>
border-color css
<style>
span { border-color: #71CC3D; }
span { border-color: rgb(113,204,61); }
td.TdClassName
{
border-color: #71CC3D;
}
.TagClassName
{
border-color: #71CC3D;
}
</style>