#70D07F

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

Shades of Pastel Green #70D07F

Tints of Pastel Green #70D07F

Color information

#70D07F (or 0x70D07F) is unknown color: approx Pastel Green. HEX triplet: 70, D0 and 7F. RGB value is (112,208,127). Sum of RGB (Red+Green+Blue) = 112+208+127=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #70D07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D07F is #8F2F80. Grayscale: #AAAAAA. Windows color (decimal): -9383809 or 8376432. OLE color: 8376432.

HSL color Cylindrical-coordinate representation of color #70D07F: hue angle of 129.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D07F is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB112208127-
CMYK0.4600.390.18
HSL129.38º50.53%62.75%-
HSV(B)129.38º46.15%81.57%-
XYZ33.0750.0928-
YUV170.06103.786.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 208 (81.64% from 255) = 46.53%
BLUE value IS 127 (50% from 255) = 28.41%
R=25.06%
G=46.53%
B=28.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122081270.4600.390.18129.3850.5362.75
Hex70D07F2E0271281333f
Octal16032017756047222016377
Binary111000011010000111111110111001001111001010000001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,208,127); }

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

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

 a { background-color: rgb(112,208,127); }

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

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

 span { border-color: rgb(112,208,127); }

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