#70E582

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

Shades of Pastel Green #70E582

Tints of Pastel Green #70E582

Color information

#70E582 (or 0x70E582) is unknown color: approx Pastel Green. HEX triplet: 70, E5 and 82. RGB value is (112,229,130). Sum of RGB (Red+Green+Blue) = 112+229+130=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #70E582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E582 is #8F1A7D. Grayscale: #B7B7B7. Windows color (decimal): -9378430 or 8578416. OLE color: 8578416.

HSL color Cylindrical-coordinate representation of color #70E582: hue angle of 129.23º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E582 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB112229130-
CMYK0.5100.430.10
HSL129.23º69.23%66.86%-
HSV(B)129.23º51.09%89.8%-
XYZ38.7361.130.87-
YUV182.7398.2477.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 229 (89.84% from 255) = 48.62%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=23.78%
G=48.62%
B=27.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122291300.5100.430.10129.2369.2366.86
Hex70E5823302BA814543
Octal1603452026305312201105103
Binary11100001110010110000010110011010101110101000000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,229,130); }

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

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

 a { background-color: rgb(112,229,130); }

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

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

 span { border-color: rgb(112,229,130); }

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