Html Css Color HEX #70E394 Pastel Green

📋 copy color: '#70E394'

red 112 ◦ green 227 ◦ blue 148

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

Shades of Pastel Green #70E394

Tints of Pastel Green #70E394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.61%

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 23%
G = 46.61%
B = 30.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#70E394 (or 0x70E394) is known color: Pastel Green. HEX triplet: 70, E3 and 94. RGB value is (112,227,148). Sum of RGB (Red+Green+Blue) = 112+227+148=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #70E394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E394 is #8F1C6B. Grayscale: #B7B7B7. Windows color (decimal): -9378924 or 9757552. OLE color: 9757552.

HSL color Cylindrical-coordinate representation of color #70E394: hue angle of 138.78º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E394 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 148 -
CMYK 0.51 0 0.35 0.11
HSL 138.78º 0.67% 0.66% -
HSV(B) 138.78º 0.51% 0.89% -
XYZ 39.5 60.52 37.62 -
YUV 183.61 107.9 76.92 -
System Red Green Blue C M Y K H S L
Decimal 112 227 148 0.51 0 0.35 0.11 138.78 0.67 0.66
Hex 70 E3 94 33 0 23 B 8B 43 42
Octal 160 343 224 63 0 43 13 213 103 102
Binary 1110000 11100011 10010100 110011 0 100011 1011 10001011 1000011 1000010

Color Harmonies of #70E394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E394

Black with #70E394

Text Example


Text Example

White with #70E394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,227,148); }

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

background-color css

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

 a { background-color: rgb(112,227,148); }

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

border-color css

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

 span { border-color: rgb(112,227,148); }

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