#70C041

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

Shades of Apple #70C041

Tints of Apple #70C041

Color information

#70C041 (or 0x70C041) is unknown color: approx Apple. HEX triplet: 70, C0 and 41. RGB value is (112,192,65). Sum of RGB (Red+Green+Blue) = 112+192+65=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #70C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C041 is #8F3FBE. Grayscale: #9A9A9A. Windows color (decimal): -9387967 or 4309104. OLE color: 4309104.

HSL color Cylindrical-coordinate representation of color #70C041: hue angle of 97.8º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70C041 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB11219265-
CMYK0.4200.660.25
HSL97.8º50.2%50.39%-
HSV(B)97.8º66.15%75.29%-
XYZ26.4941.5311.62-
YUV153.67898.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 192 (75.39% from 255) = 52.03%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=30.35%
G=52.03%
B=17.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112192650.4200.660.2597.850.250.39
Hex70C0412A04219623232
Octal160300101520102311426262
Binary111000011000000100000110101001000010110011100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,192,65); }

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

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

 a { background-color: rgb(112,192,65); }

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

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

 span { border-color: rgb(112,192,65); }

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