#70D831

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

Shades of Apple #70D831

Tints of Apple #70D831

Color information

#70D831 (or 0x70D831) is unknown color: approx Apple. HEX triplet: 70, D8 and 31. RGB value is (112,216,49). Sum of RGB (Red+Green+Blue) = 112+216+49=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #70D831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D831 is #8F27CE. Grayscale: #A6A6A6. Windows color (decimal): -9381839 or 3266672. OLE color: 3266672.

HSL color Cylindrical-coordinate representation of color #70D831: hue angle of 97.37º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70D831 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB11221649-
CMYK0.4800.770.15
HSL97.37º68.16%51.96%-
HSV(B)97.37º77.31%84.71%-
XYZ31.7952.7811.42-
YUV165.8762.0489.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 216 (84.77% from 255) = 57.29%
BLUE value IS 49 (19.53% from 255) = 13.00%
R=29.71%
G=57.29%
B=13.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112216490.4800.770.1597.3768.1651.96
Hex70D8313004DF614434
Octal160330616001151714110464
Binary11100001101100011000111000001001101111111000011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,216,49); }

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

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

 a { background-color: rgb(112,216,49); }

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

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

 span { border-color: rgb(112,216,49); }

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