#70BE42

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

Shades of Apple #70BE42

Tints of Apple #70BE42

Color information

#70BE42 (or 0x70BE42) is unknown color: approx Apple. HEX triplet: 70, BE and 42. RGB value is (112,190,66). Sum of RGB (Red+Green+Blue) = 112+190+66=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE42 is #8F41BD. Grayscale: #989898. Windows color (decimal): -9388478 or 4374128. OLE color: 4374128.

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

Color convert

RGB11219066-
CMYK0.4100.650.25
HSL97.74º48.82%50.2%-
HSV(B)97.74º65.26%74.51%-
XYZ26.0840.6711.63-
YUV152.5479.1699.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 190 (74.61% from 255) = 51.63%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=30.43%
G=51.63%
B=17.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112190660.4100.650.2597.7448.8250.2
Hex70BE422904119623132
Octal160276102510101311426162
Binary111000010111110100001010100101000001110011100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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