#70CD7E

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

Shades of Pastel Green #70CD7E

Tints of Pastel Green #70CD7E

Color information

#70CD7E (or 0x70CD7E) is unknown color: approx Pastel Green. HEX triplet: 70, CD and 7E. RGB value is (112,205,126). Sum of RGB (Red+Green+Blue) = 112+205+126=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD7E is #8F3281. Grayscale: #A8A8A8. Windows color (decimal): -9384578 or 8310128. OLE color: 8310128.

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

Color convert

RGB112205126-
CMYK0.4500.390.20
HSL129.03º48.19%62.16%-
HSV(B)129.03º45.37%80.39%-
XYZ32.2848.6127.42-
YUV168.19104.1987.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 205 (80.47% from 255) = 46.28%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=25.28%
G=46.28%
B=28.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051260.4500.390.20129.0348.1962.16
Hex70CD7E2D0271481303e
Octal16031517655047242016076
Binary111000011001101111111010110101001111010010000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,126); }

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

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

 a { background-color: rgb(112,205,126); }

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

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

 span { border-color: rgb(112,205,126); }

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