#70B54F

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

Shades of Apple #70B54F

Tints of Apple #70B54F

Color information

#70B54F (or 0x70B54F) is unknown color: approx Apple. HEX triplet: 70, B5 and 4F. RGB value is (112,181,79). Sum of RGB (Red+Green+Blue) = 112+181+79=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #70B54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B54F is #8F4AB0. Grayscale: #959595. Windows color (decimal): -9390769 or 5223792. OLE color: 5223792.

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

Color convert

RGB11218179-
CMYK0.3800.560.29
HSL100.59º40.8%50.98%-
HSV(B)100.59º56.35%70.98%-
XYZ24.6237.0613.25-
YUV148.7488.64101.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 181 (71.09% from 255) = 48.66%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=30.11%
G=48.66%
B=21.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112181790.3800.560.29100.5940.850.98
Hex70B54F260381D652933
Octal16026511746070351455163
Binary11100001011010110011111001100111000111011100101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,181,79); }

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

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

 a { background-color: rgb(112,181,79); }

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

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

 span { border-color: rgb(112,181,79); }

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