#70BE40

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

Shades of Apple #70BE40

Tints of Apple #70BE40

Color information

#70BE40 (or 0x70BE40) is unknown color: approx Apple. HEX triplet: 70, BE and 40. RGB value is (112,190,64). Sum of RGB (Red+Green+Blue) = 112+190+64=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE40 is #8F41BF. Grayscale: #989898. Windows color (decimal): -9388480 or 4243056. OLE color: 4243056.

HSL color Cylindrical-coordinate representation of color #70BE40: hue angle of 97.14º 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 #70BE40 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB11219064-
CMYK0.4100.660.25
HSL97.14º49.61%49.8%-
HSV(B)97.14º66.32%74.51%-
XYZ26.0240.6411.32-
YUV152.3178.1699.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 190 (74.61% from 255) = 51.91%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=30.60%
G=51.91%
B=17.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112190640.4100.660.2597.1449.6149.8
Hex70BE402904219613232
Octal160276100510102311416262
Binary111000010111110100000010100101000010110011100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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