#70D736

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

Shades of Apple #70D736

Tints of Apple #70D736

Color information

#70D736 (or 0x70D736) is unknown color: approx Apple. HEX triplet: 70, D7 and 36. RGB value is (112,215,54). Sum of RGB (Red+Green+Blue) = 112+215+54=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #70D736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D736 is #8F28C9. Grayscale: #A6A6A6. Windows color (decimal): -9382090 or 3594096. OLE color: 3594096.

HSL color Cylindrical-coordinate representation of color #70D736: hue angle of 98.39º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70D736 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB11221554-
CMYK0.4800.750.16
HSL98.39º66.8%52.75%-
HSV(B)98.39º74.88%84.31%-
XYZ31.6552.3111.92-
YUV165.8564.8889.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 215 (84.38% from 255) = 56.43%
BLUE value IS 54 (21.48% from 255) = 14.17%
R=29.40%
G=56.43%
B=14.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112215540.4800.750.1698.3966.852.75
Hex70D7363004B10624335
Octal160327666001132014210365
Binary111000011010111110110110000010010111000011000101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,215,54); }

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

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

 a { background-color: rgb(112,215,54); }

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

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

 span { border-color: rgb(112,215,54); }

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