#70CC7D

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

Shades of Pastel Green #70CC7D

Tints of Pastel Green #70CC7D

Color information

#70CC7D (or 0x70CC7D) is unknown color: approx Pastel Green. HEX triplet: 70, CC and 7D. RGB value is (112,204,125). Sum of RGB (Red+Green+Blue) = 112+204+125=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC7D is #8F3382. Grayscale: #A7A7A7. Windows color (decimal): -9384835 or 8244336. OLE color: 8244336.

HSL color Cylindrical-coordinate representation of color #70CC7D: hue angle of 128.48º 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 #70CC7D is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB112204125-
CMYK0.4500.390.2
HSL128.48º47.42%61.96%-
HSV(B)128.48º45.1%80%-
XYZ31.9848.1127-
YUV167.49104.0288.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 204 (80.08% from 255) = 46.26%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=25.40%
G=46.26%
B=28.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041250.4500.390.2128.4847.4261.96
Hex70CC7D2D02714802f3e
Octal16031417555047242005776
Binary111000011001100111110110110101001111010010000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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