#70DE5C

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

Shades of Pastel Green #70DE5C

Tints of Pastel Green #70DE5C

Color information

#70DE5C (or 0x70DE5C) is unknown color: approx Pastel Green. HEX triplet: 70, DE and 5C. RGB value is (112,222,92). Sum of RGB (Red+Green+Blue) = 112+222+92=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DE5C is #8F21A3. Grayscale: #AEAEAE. Windows color (decimal): -9380260 or 6086256. OLE color: 6086256.

HSL color Cylindrical-coordinate representation of color #70DE5C: hue angle of 110.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70DE5C is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB11222292-
CMYK0.5000.590.13
HSL110.77º66.33%61.57%-
HSV(B)110.77º58.56%87.06%-
XYZ34.7456.4619.19-
YUV174.2981.5683.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 222 (87.11% from 255) = 52.11%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=26.29%
G=52.11%
B=21.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112222920.5000.590.13110.7766.3361.57
Hex70DE5C3203BD6f423e
Octal160336134620731515710276
Binary11100001101111010111001100100111011110111011111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,222,92); }

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

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

 a { background-color: rgb(112,222,92); }

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

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

 span { border-color: rgb(112,222,92); }

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