Html Css Color HEX #70DE8A Pastel Green

📋 copy color: '#70DE8A'

red 112 ◦ green 222 ◦ blue 138

#70DE8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #70DE8A

Tints of Pastel Green #70DE8A

RGB

 RED value IS 112 (44.14% from 255) = 23.73%

 GREEN value IS 222 (87.11% from 255) = 47.03%

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 23.73%
G = 47.03%
B = 29.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#70DE8A (or 0x70DE8A) is known color: Pastel Green. HEX triplet: 70, DE and 8A. RGB value is (112,222,138). Sum of RGB (Red+Green+Blue) = 112+222+138=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DE8A is #8F2175. Grayscale: #B3B3B3. Windows color (decimal): -9380214 or 9100912. OLE color: 9100912.

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

Color convert

RGB 112 222 138 -
CMYK 0.50 0 0.38 0.13
HSL 134.18º 0.63% 0.65% -
HSV(B) 134.18º 0.5% 0.87% -
XYZ 37.39 57.52 33.18 -
YUV 179.53 104.56 79.83 -
System Red Green Blue C M Y K H S L
Decimal 112 222 138 0.50 0 0.38 0.13 134.18 0.63 0.65
Hex 70 DE 8A 32 0 26 D 86 3E 41
Octal 160 336 212 62 0 46 15 206 76 101
Binary 1110000 11011110 10001010 110010 0 100110 1101 10000110 111110 1000001

Color Harmonies of #70DE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DE8A

Black with #70DE8A

Text Example


Text Example

White with #70DE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DE8A;
 }
 .AnyTagClassName
 {
   color: #70DE8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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