#70B43E

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

Shades of Apple #70B43E

Tints of Apple #70B43E

Color information

#70B43E (or 0x70B43E) is unknown color: approx Apple. HEX triplet: 70, B4 and 3E. RGB value is (112,180,62). Sum of RGB (Red+Green+Blue) = 112+180+62=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #70B43E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B43E is #8F4BC1. Grayscale: #929292. Windows color (decimal): -9391042 or 4109424. OLE color: 4109424.

HSL color Cylindrical-coordinate representation of color #70B43E: hue angle of 94.58º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70B43E is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB11218062-
CMYK0.3800.660.29
HSL94.58º48.76%47.45%-
HSV(B)94.58º65.56%70.59%-
XYZ23.8736.4410.33-
YUV146.2280.47103.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 180 (70.70% from 255) = 50.85%
BLUE value IS 62 (24.61% from 255) = 17.51%
R=31.64%
G=50.85%
B=17.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112180620.3800.660.2994.5848.7647.45
Hex70B43E260421D5f312f
Octal16026476460102351376157
Binary11100001011010011111010011001000010111011011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,62); }

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

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

 a { background-color: rgb(112,180,62); }

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

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

 span { border-color: rgb(112,180,62); }

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