Html Css Color HEX #70E78E Pastel Green

📋 copy color: '#70E78E'

red 112 ◦ green 231 ◦ blue 142

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

Shades of Pastel Green #70E78E

Tints of Pastel Green #70E78E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 23.09%
G = 47.63%
B = 29.28%

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

#70E78E (or 0x70E78E) is known color: Pastel Green. HEX triplet: 70, E7 and 8E. RGB value is (112,231,142). Sum of RGB (Red+Green+Blue) = 112+231+142=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #70E78E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E78E is #8F1871. Grayscale: #B9B9B9. Windows color (decimal): -9377906 or 9365360. OLE color: 9365360.

HSL color Cylindrical-coordinate representation of color #70E78E: hue angle of 135.13º 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 #70E78E is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 142 -
CMYK 0.52 0 0.39 0.09
HSL 135.13º 0.71% 0.67% -
HSV(B) 135.13º 0.52% 0.91% -
XYZ 40.14 62.55 35.55 -
YUV 185.27 103.58 75.74 -
System Red Green Blue C M Y K H S L
Decimal 112 231 142 0.52 0 0.39 0.09 135.13 0.71 0.67
Hex 70 E7 8E 34 0 27 9 87 47 43
Octal 160 347 216 64 0 47 11 207 107 103
Binary 1110000 11100111 10001110 110100 0 100111 1001 10000111 1000111 1000011

Color Harmonies of #70E78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E78E

Black with #70E78E

Text Example


Text Example

White with #70E78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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