#70C249

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

Shades of Apple #70C249

Tints of Apple #70C249

Color information

#70C249 (or 0x70C249) is unknown color: approx Apple. HEX triplet: 70, C2 and 49. RGB value is (112,194,73). Sum of RGB (Red+Green+Blue) = 112+194+73=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #70C249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C249 is #8F3DB6. Grayscale: #9C9C9C. Windows color (decimal): -9387447 or 4833904. OLE color: 4833904.

HSL color Cylindrical-coordinate representation of color #70C249: hue angle of 100.66º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70C249 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB11219473-
CMYK0.4200.620.24
HSL100.66º49.79%52.35%-
HSV(B)100.66º62.37%76.08%-
XYZ27.1842.5113.08-
YUV155.6981.3396.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 194 (76.17% from 255) = 51.19%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=29.55%
G=51.19%
B=19.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112194730.4200.620.24100.6649.7952.35
Hex70C2492A03E18653234
Octal16030211152076301456264
Binary11100001100001010010011010100111110110001100101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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