#70BC4B

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

Shades of Apple #70BC4B

Tints of Apple #70BC4B

Color information

#70BC4B (or 0x70BC4B) is unknown color: approx Apple. HEX triplet: 70, BC and 4B. RGB value is (112,188,75). Sum of RGB (Red+Green+Blue) = 112+188+75=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC4B is #8F43B4. Grayscale: #989898. Windows color (decimal): -9388981 or 4963440. OLE color: 4963440.

HSL color Cylindrical-coordinate representation of color #70BC4B: hue angle of 100.35º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70BC4B is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB11218875-
CMYK0.4000.600.26
HSL100.35º45.75%51.57%-
HSV(B)100.35º60.11%73.73%-
XYZ25.9439.9212.99-
YUV152.3984.3299.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 188 (73.83% from 255) = 50.13%
BLUE value IS 75 (29.69% from 255) = 20%
R=29.87%
G=50.13%
B=20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112188750.4000.600.26100.3545.7551.57
Hex70BC4B2803C1A642e34
Octal16027411350074321445664
Binary11100001011110010010111010000111100110101100100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,188,75); }

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

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

 a { background-color: rgb(112,188,75); }

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

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

 span { border-color: rgb(112,188,75); }

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