#70CD6F

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

Shades of Pastel Green #70CD6F

Tints of Pastel Green #70CD6F

Color information

#70CD6F (or 0x70CD6F) is unknown color: approx Pastel Green. HEX triplet: 70, CD and 6F. RGB value is (112,205,111). Sum of RGB (Red+Green+Blue) = 112+205+111=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD6F is #8F3290. Grayscale: #A6A6A6. Windows color (decimal): -9384593 or 7327088. OLE color: 7327088.

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

Color convert

RGB112205111-
CMYK0.4500.460.20
HSL119.36º48.45%61.96%-
HSV(B)119.36º45.85%80.39%-
XYZ31.3848.2622.7-
YUV166.4896.6989.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 205 (80.47% from 255) = 47.90%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=26.17%
G=47.90%
B=25.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051110.4500.460.20119.3648.4561.96
Hex70CD6F2D02E1477303e
Octal16031515755056241676076
Binary11100001100110111011111011010101110101001110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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