#70C232

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

Shades of Apple #70C232

Tints of Apple #70C232

Color information

#70C232 (or 0x70C232) is unknown color: approx Apple. HEX triplet: 70, C2 and 32. RGB value is (112,194,50). Sum of RGB (Red+Green+Blue) = 112+194+50=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #70C232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C232 is #8F3DCD. Grayscale: #999999. Windows color (decimal): -9387470 or 3326576. OLE color: 3326576.

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

Color convert

RGB11219450-
CMYK0.4200.740.24
HSL94.17º59.02%47.84%-
HSV(B)94.17º74.23%76.08%-
XYZ26.5542.269.78-
YUV153.0769.8398.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 194 (76.17% from 255) = 54.49%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=31.46%
G=54.49%
B=14.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112194500.4200.740.2494.1759.0247.84
Hex70C2322A04A185e3b30
Octal16030262520112301367360
Binary11100001100001011001010101001001010110001011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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