Html Css Color HEX #70E78D Pastel Green

📋 copy color: '#70E78D'

red 112 ◦ green 231 ◦ blue 141

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

Shades of Pastel Green #70E78D

Tints of Pastel Green #70E78D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.73%

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 23.14%
G = 47.73%
B = 29.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#70E78D (or 0x70E78D) is known color: Pastel Green. HEX triplet: 70, E7 and 8D. RGB value is (112,231,141). Sum of RGB (Red+Green+Blue) = 112+231+141=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #70E78D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E78D is #8F1872. Grayscale: #B9B9B9. Windows color (decimal): -9377907 or 9299824. OLE color: 9299824.

HSL color Cylindrical-coordinate representation of color #70E78D: hue angle of 134.62º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E78D is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 141 -
CMYK 0.52 0 0.39 0.09
HSL 134.62º 0.71% 0.67% -
HSV(B) 134.62º 0.52% 0.91% -
XYZ 40.07 62.52 35.16 -
YUV 185.16 103.08 75.82 -
System Red Green Blue C M Y K H S L
Decimal 112 231 141 0.52 0 0.39 0.09 134.62 0.71 0.67
Hex 70 E7 8D 34 0 27 9 87 47 43
Octal 160 347 215 64 0 47 11 207 107 103
Binary 1110000 11100111 10001101 110100 0 100111 1001 10000111 1000111 1000011

Color Harmonies of #70E78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E78D

Black with #70E78D

Text Example


Text Example

White with #70E78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,231,141); }

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

background-color css

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

 a { background-color: rgb(112,231,141); }

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

border-color css

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

 span { border-color: rgb(112,231,141); }

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