#70CA40

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

Shades of Apple #70CA40

Tints of Apple #70CA40

Color information

#70CA40 (or 0x70CA40) is unknown color: approx Apple. HEX triplet: 70, CA and 40. RGB value is (112,202,64). Sum of RGB (Red+Green+Blue) = 112+202+64=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA40 is #8F35BF. Grayscale: #9F9F9F. Windows color (decimal): -9385408 or 4246128. OLE color: 4246128.

HSL color Cylindrical-coordinate representation of color #70CA40: hue angle of 99.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70CA40 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB11220264-
CMYK0.4500.680.21
HSL99.13º56.56%52.16%-
HSV(B)99.13º68.32%79.22%-
XYZ28.7346.0612.23-
YUV159.3674.1894.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=29.63%
G=53.44%
B=16.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112202640.4500.680.2199.1356.5652.16
Hex70CA402D04415633934
Octal160312100550104251437164
Binary111000011001010100000010110101000100101011100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,64); }

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

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

 a { background-color: rgb(112,202,64); }

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

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

 span { border-color: rgb(112,202,64); }

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