#70D03B

Color #70D03B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70D03B

Tints of Apple #70D03B

Color information

#70D03B (or 0x70D03B) is unknown color: approx Apple. HEX triplet: 70, D0 and 3B. RGB value is (112,208,59). Sum of RGB (Red+Green+Blue) = 112+208+59=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #70D03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D03B is #8F2FC4. Grayscale: #A2A2A2. Windows color (decimal): -9383877 or 3919984. OLE color: 3919984.

HSL color Cylindrical-coordinate representation of color #70D03B: hue angle of 98.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70D03B is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB11220859-
CMYK0.4600.720.18
HSL98.66º61.32%52.35%-
HSV(B)98.66º71.63%81.57%-
XYZ30.0348.8711.99-
YUV162.3169.792.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 208 (81.64% from 255) = 54.88%
BLUE value IS 59 (23.44% from 255) = 15.57%
R=29.55%
G=54.88%
B=15.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112208590.4600.720.1898.6661.3252.35
Hex70D03B2E04812633d34
Octal16032073560110221437564
Binary11100001101000011101110111001001000100101100011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70D03B; }

 p { color: rgb(112,208,59); }

 H1.HeaderClassName
 {
   color: #70D03B;
 }
 .AnyTagClassName
 {
   color: #70D03B;
 }
</style>
background-color css

<style>
 a { background-color: #70D03B; }

 a { background-color: rgb(112,208,59); }

 div.DivClassName
 {
   background-color: #70D03B;
 }
 .BgClassName
 {
   background-color: #70D03B;
 }
</style>
border-color css

<style>
 span { border-color: #70D03B; }

 span { border-color: rgb(112,208,59); }

 td.TdClassName
 {
   border-color: #70D03B;
 }
 .TagClassName
 {
   border-color: #70D03B;
 }
</style>