#70CA49

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

Shades of Apple #70CA49

Tints of Apple #70CA49

Color information

#70CA49 (or 0x70CA49) is unknown color: approx Apple. HEX triplet: 70, CA and 49. RGB value is (112,202,73). Sum of RGB (Red+Green+Blue) = 112+202+73=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA49 is #8F35B6. Grayscale: #A0A0A0. Windows color (decimal): -9385399 or 4835952. OLE color: 4835952.

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

Color convert

RGB11220273-
CMYK0.4500.640.21
HSL101.86º54.89%53.92%-
HSV(B)101.86º63.86%79.22%-
XYZ29.0146.1713.69-
YUV160.3878.6893.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 202 (79.30% from 255) = 52.20%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=28.94%
G=52.20%
B=18.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112202730.4500.640.21101.8654.8953.92
Hex70CA492D04015663736
Octal160312111550100251466766
Binary111000011001010100100110110101000000101011100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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