Shades of Apple #70C038
Tints of Apple #70C038
RGB
CMYK
RGB Variations
Color information
#70C038 (or 0x70C038) is known color: Apple. HEX triplet: 70, C0 and 38. RGB value is (112,192,56). Sum of RGB (Red+Green+Blue) = 112+192+56=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #70C038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C038 is #8F3FC7. Grayscale: #999999. Windows color (decimal): -9387976 or 3719280. OLE color: 3719280.
HSL color Cylindrical-coordinate representation of color #70C038: hue angle of 95.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70C038 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 56 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.25 |
| HSL | 95.29º | 0.55% | 0.49% | - |
| HSV(B) | 95.29º | 0.71% | 0.75% | - |
| XYZ | 26.25 | 41.43 | 10.35 | - |
| YUV | 152.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 56 | 0.42 | 0 | 0.71 | 0.25 | 95.29 | 0.55 | 0.49 |
| Hex | 70 | C0 | 38 | 2A | 0 | 47 | 19 | 5F | 37 | 31 |
| Octal | 160 | 300 | 70 | 52 | 0 | 107 | 31 | 137 | 67 | 61 |
| Binary | 1110000 | 11000000 | 111000 | 101010 | 0 | 1000111 | 11001 | 1011111 | 110111 | 110001 |
Color Harmonies of #70C038
Complementary color
Monochromatic Colors of #70C038
Black with #70C038
Text Example
Text Example
White with #70C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C038; }
p { color: rgb(112,192,56); }
H1.HeaderClassName
{
color: #70C038;
}
.AnyTagClassName
{
color: #70C038;
}
</style>
background-color css
<style>
a { background-color: #70C038; }
a { background-color: rgb(112,192,56); }
div.DivClassName
{
background-color: #70C038;
}
.BgClassName
{
background-color: #70C038;
}
</style>
border-color css
<style>
span { border-color: #70C038; }
span { border-color: rgb(112,192,56); }
td.TdClassName
{
border-color: #70C038;
}
.TagClassName
{
border-color: #70C038;
}
</style>