Shades of Apple #71BB3F
Tints of Apple #71BB3F
RGB
CMYK
RGB Variations
Color information
#71BB3F (or 0x71BB3F) is known color: Apple. HEX triplet: 71, BB and 3F. RGB value is (113,187,63). Sum of RGB (Red+Green+Blue) = 113+187+63=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB3F is #8E44C0. Grayscale: #979797. Windows color (decimal): -9323713 or 4176753. OLE color: 4176753.
HSL color Cylindrical-coordinate representation of color #71BB3F: hue angle of 95.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71BB3F is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 63 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.27 |
| HSL | 95.81º | 0.5% | 0.49% | - |
| HSV(B) | 95.81º | 0.66% | 0.73% | - |
| XYZ | 25.48 | 39.41 | 10.97 | - |
| YUV | 150.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 63 | 0.40 | 0 | 0.66 | 0.27 | 95.81 | 0.5 | 0.49 |
| Hex | 71 | BB | 3F | 28 | 0 | 42 | 1B | 60 | 32 | 31 |
| Octal | 161 | 273 | 77 | 50 | 0 | 102 | 33 | 140 | 62 | 61 |
| Binary | 1110001 | 10111011 | 111111 | 101000 | 0 | 1000010 | 11011 | 1100000 | 110010 | 110001 |
Color Harmonies of #71BB3F
Complementary color
Monochromatic Colors of #71BB3F
Black with #71BB3F
Text Example
Text Example
White with #71BB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB3F; }
p { color: rgb(113,187,63); }
H1.HeaderClassName
{
color: #71BB3F;
}
.AnyTagClassName
{
color: #71BB3F;
}
</style>
background-color css
<style>
a { background-color: #71BB3F; }
a { background-color: rgb(113,187,63); }
div.DivClassName
{
background-color: #71BB3F;
}
.BgClassName
{
background-color: #71BB3F;
}
</style>
border-color css
<style>
span { border-color: #71BB3F; }
span { border-color: rgb(113,187,63); }
td.TdClassName
{
border-color: #71BB3F;
}
.TagClassName
{
border-color: #71BB3F;
}
</style>