#70DD39

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

Shades of Apple #70DD39

Tints of Apple #70DD39

Color information

#70DD39 (or 0x70DD39) is unknown color: approx Apple. HEX triplet: 70, DD and 39. RGB value is (112,221,57). Sum of RGB (Red+Green+Blue) = 112+221+57=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DD39 is #8F22C6. Grayscale: #AAAAAA. Windows color (decimal): -9380551 or 3792240. OLE color: 3792240.

HSL color Cylindrical-coordinate representation of color #70DD39: hue angle of 99.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70DD39 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB11222157-
CMYK0.4900.740.13
HSL99.88º70.69%54.51%-
HSV(B)99.88º74.21%86.67%-
XYZ33.2855.4512.82-
YUV169.7164.3986.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 221 (86.72% from 255) = 56.67%
BLUE value IS 57 (22.66% from 255) = 14.62%
R=28.72%
G=56.67%
B=14.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112221570.4900.740.1399.8870.6954.51
Hex70DD393104AD644737
Octal160335716101121514410767
Binary11100001101110111100111000101001010110111001001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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