#70D274

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

Shades of Pastel Green #70D274

Tints of Pastel Green #70D274

Color information

#70D274 (or 0x70D274) is unknown color: approx Pastel Green. HEX triplet: 70, D2 and 74. RGB value is (112,210,116). Sum of RGB (Red+Green+Blue) = 112+210+116=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #70D274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D274 is #8F2D8B. Grayscale: #AAAAAA. Windows color (decimal): -9383308 or 7656048. OLE color: 7656048.

HSL color Cylindrical-coordinate representation of color #70D274: hue angle of 122.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D274 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB112210116-
CMYK0.4700.450.18
HSL122.45º52.13%63.14%-
HSV(B)122.45º46.67%82.35%-
XYZ32.8850.824.6-
YUV169.9897.5386.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=25.57%
G=47.95%
B=26.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122101160.4700.450.18122.4552.1363.14
Hex70D2742F02D127a343f
Octal16032216457055221726477
Binary11100001101001011101001011110101101100101111010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,210,116); }

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

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

 a { background-color: rgb(112,210,116); }

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

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

 span { border-color: rgb(112,210,116); }

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