Shades of Apple #71C33D
Tints of Apple #71C33D
RGB
CMYK
RGB Variations
Color information
#71C33D (or 0x71C33D) is known color: Apple. HEX triplet: 71, C3 and 3D. RGB value is (113,195,61). Sum of RGB (Red+Green+Blue) = 113+195+61=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #71C33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C33D is #8E3CC2. Grayscale: #9B9B9B. Windows color (decimal): -9321667 or 4047729. OLE color: 4047729.
HSL color Cylindrical-coordinate representation of color #71C33D: hue angle of 96.72º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71C33D is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 61 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.24 |
| HSL | 96.72º | 0.53% | 0.5% | - |
| HSV(B) | 96.72º | 0.69% | 0.76% | - |
| XYZ | 27.17 | 42.88 | 11.26 | - |
| YUV | 155.21 | 74.83 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 61 | 0.42 | 0 | 0.69 | 0.24 | 96.72 | 0.53 | 0.5 |
| Hex | 71 | C3 | 3D | 2A | 0 | 45 | 18 | 61 | 35 | 32 |
| Octal | 161 | 303 | 75 | 52 | 0 | 105 | 30 | 141 | 65 | 62 |
| Binary | 1110001 | 11000011 | 111101 | 101010 | 0 | 1000101 | 11000 | 1100001 | 110101 | 110010 |
Color Harmonies of #71C33D
Complementary color
Monochromatic Colors of #71C33D
Black with #71C33D
Text Example
Text Example
White with #71C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C33D; }
p { color: rgb(113,195,61); }
H1.HeaderClassName
{
color: #71C33D;
}
.AnyTagClassName
{
color: #71C33D;
}
</style>
background-color css
<style>
a { background-color: #71C33D; }
a { background-color: rgb(113,195,61); }
div.DivClassName
{
background-color: #71C33D;
}
.BgClassName
{
background-color: #71C33D;
}
</style>
border-color css
<style>
span { border-color: #71C33D; }
span { border-color: rgb(113,195,61); }
td.TdClassName
{
border-color: #71C33D;
}
.TagClassName
{
border-color: #71C33D;
}
</style>