#70CD6E

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

Shades of Pastel Green #70CD6E

Tints of Pastel Green #70CD6E

Color information

#70CD6E (or 0x70CD6E) is unknown color: approx Pastel Green. HEX triplet: 70, CD and 6E. RGB value is (112,205,110). Sum of RGB (Red+Green+Blue) = 112+205+110=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD6E is #8F3291. Grayscale: #A6A6A6. Windows color (decimal): -9384594 or 7261552. OLE color: 7261552.

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

Color convert

RGB112205110-
CMYK0.4500.460.20
HSL118.74º48.72%61.76%-
HSV(B)118.74º46.34%80.39%-
XYZ31.3348.2322.41-
YUV166.3696.1989.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=26.23%
G=48.01%
B=25.76%

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
Decimal1122051100.4500.460.20118.7448.7261.76
Hex70CD6E2D02E1477313e
Octal16031515655056241676176
Binary11100001100110111011101011010101110101001110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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