Shades of Apple #70CB38
Tints of Apple #70CB38
RGB
CMYK
RGB Variations
Color information
#70CB38 (or 0x70CB38) is known color: Apple. HEX triplet: 70, CB and 38. RGB value is (112,203,56). Sum of RGB (Red+Green+Blue) = 112+203+56=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB38 is #8F34C7. Grayscale: #9F9F9F. Windows color (decimal): -9385160 or 3722096. OLE color: 3722096.
HSL color Cylindrical-coordinate representation of color #70CB38: hue angle of 97.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70CB38 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 56 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.20 |
| HSL | 97.14º | 0.59% | 0.51% | - |
| HSV(B) | 97.14º | 0.72% | 0.8% | - |
| XYZ | 28.75 | 46.44 | 11.19 | - |
| YUV | 159.03 | 69.85 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 56 | 0.45 | 0 | 0.72 | 0.20 | 97.14 | 0.59 | 0.51 |
| Hex | 70 | CB | 38 | 2D | 0 | 48 | 14 | 61 | 3B | 33 |
| Octal | 160 | 313 | 70 | 55 | 0 | 110 | 24 | 141 | 73 | 63 |
| Binary | 1110000 | 11001011 | 111000 | 101101 | 0 | 1001000 | 10100 | 1100001 | 111011 | 110011 |
Color Harmonies of #70CB38
Complementary color
Monochromatic Colors of #70CB38
Black with #70CB38
Text Example
Text Example
White with #70CB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB38; }
p { color: rgb(112,203,56); }
H1.HeaderClassName
{
color: #70CB38;
}
.AnyTagClassName
{
color: #70CB38;
}
</style>
background-color css
<style>
a { background-color: #70CB38; }
a { background-color: rgb(112,203,56); }
div.DivClassName
{
background-color: #70CB38;
}
.BgClassName
{
background-color: #70CB38;
}
</style>
border-color css
<style>
span { border-color: #70CB38; }
span { border-color: rgb(112,203,56); }
td.TdClassName
{
border-color: #70CB38;
}
.TagClassName
{
border-color: #70CB38;
}
</style>