#70BD52

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

Shades of Apple #70BD52

Tints of Apple #70BD52

Color information

#70BD52 (or 0x70BD52) is unknown color: approx Apple. HEX triplet: 70, BD and 52. RGB value is (112,189,82). Sum of RGB (Red+Green+Blue) = 112+189+82=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD52 is #8F42AD. Grayscale: #9A9A9A. Windows color (decimal): -9388718 or 5422448. OLE color: 5422448.

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

Color convert

RGB11218982-
CMYK0.4100.570.26
HSL103.18º44.77%53.14%-
HSV(B)103.18º56.61%74.12%-
XYZ26.440.4514.4-
YUV153.7887.4998.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=29.24%
G=49.35%
B=21.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112189820.4100.570.26103.1844.7753.14
Hex70BD52290391A672d35
Octal16027512251071321475565
Binary11100001011110110100101010010111001110101100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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