#70BE39

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

Shades of Apple #70BE39

Tints of Apple #70BE39

Color information

#70BE39 (or 0x70BE39) is unknown color: approx Apple. HEX triplet: 70, BE and 39. RGB value is (112,190,57). Sum of RGB (Red+Green+Blue) = 112+190+57=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE39 is #8F41C6. Grayscale: #979797. Windows color (decimal): -9388487 or 3784304. OLE color: 3784304.

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

Color convert

RGB11219057-
CMYK0.4100.70.25
HSL95.19º53.85%48.43%-
HSV(B)95.19º70%74.51%-
XYZ25.8340.5710.34-
YUV151.5274.6699.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 190 (74.61% from 255) = 52.92%
BLUE value IS 57 (22.66% from 255) = 15.88%
R=31.20%
G=52.92%
B=15.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112190570.4100.70.2595.1953.8548.43
Hex70BE3929046195f3630
Octal16027671510106311376660
Binary11100001011111011100110100101000110110011011111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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