#70D13A

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

Shades of Apple #70D13A

Tints of Apple #70D13A

Color information

#70D13A (or 0x70D13A) is unknown color: approx Apple. HEX triplet: 70, D1 and 3A. RGB value is (112,209,58). Sum of RGB (Red+Green+Blue) = 112+209+58=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #70D13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D13A is #8F2EC5. Grayscale: #A3A3A3. Windows color (decimal): -9383622 or 3854704. OLE color: 3854704.

HSL color Cylindrical-coordinate representation of color #70D13A: hue angle of 98.54º degrees, saturation: 0.62, 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 #70D13A is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB11220958-
CMYK0.4600.720.18
HSL98.54º62.14%52.35%-
HSV(B)98.54º72.25%81.96%-
XYZ30.2549.3511.93-
YUV162.7868.8691.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 209 (82.03% from 255) = 55.15%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=29.55%
G=55.15%
B=15.30%

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
Decimal112209580.4600.720.1898.5462.1452.35
Hex70D13A2E04812633e34
Octal16032172560110221437664
Binary11100001101000111101010111001001000100101100011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,58); }

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

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

 a { background-color: rgb(112,209,58); }

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

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

 span { border-color: rgb(112,209,58); }

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