#70BE33

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

Shades of Apple #70BE33

Tints of Apple #70BE33

Color information

#70BE33 (or 0x70BE33) is unknown color: approx Apple. HEX triplet: 70, BE and 33. RGB value is (112,190,51). Sum of RGB (Red+Green+Blue) = 112+190+51=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE33 is #8F41CC. Grayscale: #979797. Windows color (decimal): -9388493 or 3391088. OLE color: 3391088.

HSL color Cylindrical-coordinate representation of color #70BE33: hue angle of 93.67º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70BE33 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB11219051-
CMYK0.4100.730.25
HSL93.67º57.68%47.25%-
HSV(B)93.67º73.16%74.51%-
XYZ25.6940.519.6-
YUV150.8371.66100.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 51 (20.31% from 255) = 14.45%
R=31.73%
G=53.82%
B=14.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112190510.4100.730.2593.6757.6847.25
Hex70BE3329049195e3a2f
Octal16027663510111311367257
Binary11100001011111011001110100101001001110011011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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