#70CC33

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

Shades of Apple #70CC33

Tints of Apple #70CC33

Color information

#70CC33 (or 0x70CC33) is unknown color: approx Apple. HEX triplet: 70, CC and 33. RGB value is (112,204,51). Sum of RGB (Red+Green+Blue) = 112+204+51=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CC33 is #8F33CC. Grayscale: #9F9F9F. Windows color (decimal): -9384909 or 3394672. OLE color: 3394672.

HSL color Cylindrical-coordinate representation of color #70CC33: hue angle of 96.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70CC33 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB11220451-
CMYK0.4500.750.2
HSL96.08º60%50%-
HSV(B)96.08º75%80%-
XYZ28.8746.8710.66-
YUV159.0567.0294.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 204 (80.08% from 255) = 55.59%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=30.52%
G=55.59%
B=13.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112204510.4500.750.296.086050
Hex70CC332D04B14603c32
Octal16031463550113241407462
Binary11100001100110011001110110101001011101001100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,204,51); }

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

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

 a { background-color: rgb(112,204,51); }

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

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

 span { border-color: rgb(112,204,51); }

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