Shades of Apple #70CF33
Tints of Apple #70CF33
RGB
CMYK
RGB Variations
Color information
#70CF33 (or 0x70CF33) is known color: Apple. HEX triplet: 70, CF and 33. RGB value is (112,207,51). Sum of RGB (Red+Green+Blue) = 112+207+51=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF33 is #8F30CC. Grayscale: #A1A1A1. Windows color (decimal): -9384141 or 3395440. OLE color: 3395440.
HSL color Cylindrical-coordinate representation of color #70CF33: hue angle of 96.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70CF33 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 51 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.19 |
| HSL | 96.54º | 0.62% | 0.51% | - |
| HSV(B) | 96.54º | 0.75% | 0.81% | - |
| XYZ | 29.59 | 48.31 | 10.9 | - |
| YUV | 160.81 | 66.03 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 51 | 0.46 | 0 | 0.75 | 0.19 | 96.54 | 0.62 | 0.51 |
| Hex | 70 | CF | 33 | 2E | 0 | 4B | 13 | 61 | 3E | 33 |
| Octal | 160 | 317 | 63 | 56 | 0 | 113 | 23 | 141 | 76 | 63 |
| Binary | 1110000 | 11001111 | 110011 | 101110 | 0 | 1001011 | 10011 | 1100001 | 111110 | 110011 |
Color Harmonies of #70CF33
Complementary color
Monochromatic Colors of #70CF33
Black with #70CF33
Text Example
Text Example
White with #70CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF33; }
p { color: rgb(112,207,51); }
H1.HeaderClassName
{
color: #70CF33;
}
.AnyTagClassName
{
color: #70CF33;
}
</style>
background-color css
<style>
a { background-color: #70CF33; }
a { background-color: rgb(112,207,51); }
div.DivClassName
{
background-color: #70CF33;
}
.BgClassName
{
background-color: #70CF33;
}
</style>
border-color css
<style>
span { border-color: #70CF33; }
span { border-color: rgb(112,207,51); }
td.TdClassName
{
border-color: #70CF33;
}
.TagClassName
{
border-color: #70CF33;
}
</style>