#70BD49

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

Shades of Apple #70BD49

Tints of Apple #70BD49

Color information

#70BD49 (or 0x70BD49) is unknown color: approx Apple. HEX triplet: 70, BD and 49. RGB value is (112,189,73). Sum of RGB (Red+Green+Blue) = 112+189+73=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BD49 is #8F42B6. Grayscale: #999999. Windows color (decimal): -9388727 or 4832624. OLE color: 4832624.

HSL color Cylindrical-coordinate representation of color #70BD49: hue angle of 99.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70BD49 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB11218973-
CMYK0.4100.610.26
HSL99.83º46.77%51.37%-
HSV(B)99.83º61.38%74.12%-
XYZ26.0840.3212.71-
YUV152.7582.9998.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 189 (74.22% from 255) = 50.53%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=29.95%
G=50.53%
B=19.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112189730.4100.610.2699.8346.7751.37
Hex70BD492903D1A642f33
Octal16027511151075321445763
Binary11100001011110110010011010010111101110101100100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,189,73); }

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

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

 a { background-color: rgb(112,189,73); }

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

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

 span { border-color: rgb(112,189,73); }

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