#70E380

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

Shades of Pastel Green #70E380

Tints of Pastel Green #70E380

Color information

#70E380 (or 0x70E380) is unknown color: approx Pastel Green. HEX triplet: 70, E3 and 80. RGB value is (112,227,128). Sum of RGB (Red+Green+Blue) = 112+227+128=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #70E380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E380 is #8F1C7F. Grayscale: #B5B5B5. Windows color (decimal): -9378944 or 8446832. OLE color: 8446832.

HSL color Cylindrical-coordinate representation of color #70E380: hue angle of 128.35º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E380 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB112227128-
CMYK0.5100.440.11
HSL128.35º67.25%66.47%-
HSV(B)128.35º50.66%89.02%-
XYZ38.0559.9429.99-
YUV181.3397.978.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 227 (89.06% from 255) = 48.61%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=23.98%
G=48.61%
B=27.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122271280.5100.440.11128.3567.2566.47
Hex70E3803302CB804342
Octal1603432006305413200103102
Binary11100001110001110000000110011010110010111000000010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,227,128); }

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

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

 a { background-color: rgb(112,227,128); }

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

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

 span { border-color: rgb(112,227,128); }

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