Shades of Apple #70B83B
Tints of Apple #70B83B
RGB
CMYK
RGB Variations
Color information
#70B83B (or 0x70B83B) is known color: Apple. HEX triplet: 70, B8 and 3B. RGB value is (112,184,59). Sum of RGB (Red+Green+Blue) = 112+184+59=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #70B83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B83B is #8F47C4. Grayscale: #949494. Windows color (decimal): -9390021 or 3913840. OLE color: 3913840.
HSL color Cylindrical-coordinate representation of color #70B83B: hue angle of 94.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70B83B is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 59 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.28 |
| HSL | 94.56º | 0.51% | 0.48% | - |
| HSV(B) | 94.56º | 0.68% | 0.72% | - |
| XYZ | 24.61 | 38.04 | 10.18 | - |
| YUV | 148.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 59 | 0.39 | 0 | 0.68 | 0.28 | 94.56 | 0.51 | 0.48 |
| Hex | 70 | B8 | 3B | 27 | 0 | 44 | 1C | 5F | 33 | 30 |
| Octal | 160 | 270 | 73 | 47 | 0 | 104 | 34 | 137 | 63 | 60 |
| Binary | 1110000 | 10111000 | 111011 | 100111 | 0 | 1000100 | 11100 | 1011111 | 110011 | 110000 |
Color Harmonies of #70B83B
Complementary color
Monochromatic Colors of #70B83B
Black with #70B83B
Text Example
Text Example
White with #70B83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B83B; }
p { color: rgb(112,184,59); }
H1.HeaderClassName
{
color: #70B83B;
}
.AnyTagClassName
{
color: #70B83B;
}
</style>
background-color css
<style>
a { background-color: #70B83B; }
a { background-color: rgb(112,184,59); }
div.DivClassName
{
background-color: #70B83B;
}
.BgClassName
{
background-color: #70B83B;
}
</style>
border-color css
<style>
span { border-color: #70B83B; }
span { border-color: rgb(112,184,59); }
td.TdClassName
{
border-color: #70B83B;
}
.TagClassName
{
border-color: #70B83B;
}
</style>