#70CC80

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

Shades of Pastel Green #70CC80

Tints of Pastel Green #70CC80

Color information

#70CC80 (or 0x70CC80) is unknown color: approx Pastel Green. HEX triplet: 70, CC and 80. RGB value is (112,204,128). Sum of RGB (Red+Green+Blue) = 112+204+128=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CC80 is #8F337F. Grayscale: #A8A8A8. Windows color (decimal): -9384832 or 8440944. OLE color: 8440944.

HSL color Cylindrical-coordinate representation of color #70CC80: hue angle of 130.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CC80 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB112204128-
CMYK0.4500.370.2
HSL130.43º47.42%61.96%-
HSV(B)130.43º45.1%80%-
XYZ32.1748.1928.03-
YUV167.83105.5288.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=25.23%
G=45.95%
B=28.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041280.4500.370.2130.4347.4261.96
Hex70CC802D02514822f3e
Octal16031420055045242025776
Binary1110000110011001000000010110101001011010010000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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