Shades of Apple #71B93A
Tints of Apple #71B93A
RGB
CMYK
RGB Variations
Color information
#71B93A (or 0x71B93A) is known color: Apple. HEX triplet: 71, B9 and 3A. RGB value is (113,185,58). Sum of RGB (Red+Green+Blue) = 113+185+58=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #71B93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B93A is #8E46C5. Grayscale: #959595. Windows color (decimal): -9324230 or 3848561. OLE color: 3848561.
HSL color Cylindrical-coordinate representation of color #71B93A: hue angle of 94.02º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71B93A is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 58 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.27 |
| HSL | 94.02º | 0.52% | 0.48% | - |
| HSV(B) | 94.02º | 0.69% | 0.73% | - |
| XYZ | 24.92 | 38.51 | 10.12 | - |
| YUV | 148.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 58 | 0.39 | 0 | 0.69 | 0.27 | 94.02 | 0.52 | 0.48 |
| Hex | 71 | B9 | 3A | 27 | 0 | 45 | 1B | 5E | 34 | 30 |
| Octal | 161 | 271 | 72 | 47 | 0 | 105 | 33 | 136 | 64 | 60 |
| Binary | 1110001 | 10111001 | 111010 | 100111 | 0 | 1000101 | 11011 | 1011110 | 110100 | 110000 |
Color Harmonies of #71B93A
Complementary color
Monochromatic Colors of #71B93A
Black with #71B93A
Text Example
Text Example
White with #71B93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B93A; }
p { color: rgb(113,185,58); }
H1.HeaderClassName
{
color: #71B93A;
}
.AnyTagClassName
{
color: #71B93A;
}
</style>
background-color css
<style>
a { background-color: #71B93A; }
a { background-color: rgb(113,185,58); }
div.DivClassName
{
background-color: #71B93A;
}
.BgClassName
{
background-color: #71B93A;
}
</style>
border-color css
<style>
span { border-color: #71B93A; }
span { border-color: rgb(113,185,58); }
td.TdClassName
{
border-color: #71B93A;
}
.TagClassName
{
border-color: #71B93A;
}
</style>