#70CE80

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

Shades of Pastel Green #70CE80

Tints of Pastel Green #70CE80

Color information

#70CE80 (or 0x70CE80) is unknown color: approx Pastel Green. HEX triplet: 70, CE and 80. RGB value is (112,206,128). Sum of RGB (Red+Green+Blue) = 112+206+128=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE80 is #8F317F. Grayscale: #A9A9A9. Windows color (decimal): -9384320 or 8441456. OLE color: 8441456.

HSL color Cylindrical-coordinate representation of color #70CE80: hue angle of 130.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE80 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB112206128-
CMYK0.4600.380.19
HSL130.21º48.96%62.35%-
HSV(B)130.21º45.63%80.78%-
XYZ32.6549.1528.19-
YUV169104.8687.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 206 (80.86% from 255) = 46.19%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=25.11%
G=46.19%
B=28.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061280.4600.380.19130.2148.9662.35
Hex70CE802E0261382313e
Octal16031620056046232026176
Binary1110000110011101000000010111001001101001110000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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