#70DD38

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

Shades of Apple #70DD38

Tints of Apple #70DD38

Color information

#70DD38 (or 0x70DD38) is unknown color: approx Apple. HEX triplet: 70, DD and 38. RGB value is (112,221,56). Sum of RGB (Red+Green+Blue) = 112+221+56=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DD38 is #8F22C7. Grayscale: #AAAAAA. Windows color (decimal): -9380552 or 3726704. OLE color: 3726704.

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

Color convert

RGB11222156-
CMYK0.4900.750.13
HSL99.64º70.82%54.31%-
HSV(B)99.64º74.66%86.67%-
XYZ33.2555.4412.69-
YUV169.663.8986.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 221 (86.72% from 255) = 56.81%
BLUE value IS 56 (22.27% from 255) = 14.40%
R=28.79%
G=56.81%
B=14.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112221560.4900.750.1399.6470.8254.31
Hex70DD383104BD644736
Octal160335706101131514410766
Binary11100001101110111100011000101001011110111001001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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