Html Css Color HEX #70E388 Pastel Green

📋 copy color: '#70E388'

red 112 ◦ green 227 ◦ blue 136

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

Shades of Pastel Green #70E388

Tints of Pastel Green #70E388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 23.58%
G = 47.79%
B = 28.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#70E388 (or 0x70E388) is known color: Pastel Green. HEX triplet: 70, E3 and 88. RGB value is (112,227,136). Sum of RGB (Red+Green+Blue) = 112+227+136=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #70E388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E388 is #8F1C77. Grayscale: #B6B6B6. Windows color (decimal): -9378936 or 8971120. OLE color: 8971120.

HSL color Cylindrical-coordinate representation of color #70E388: hue angle of 132.52º 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 #70E388 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 136 -
CMYK 0.51 0 0.40 0.11
HSL 132.52º 0.67% 0.66% -
HSV(B) 132.52º 0.51% 0.89% -
XYZ 38.6 60.16 32.87 -
YUV 182.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 112 227 136 0.51 0 0.40 0.11 132.52 0.67 0.66
Hex 70 E3 88 33 0 28 B 85 43 42
Octal 160 343 210 63 0 50 13 205 103 102
Binary 1110000 11100011 10001000 110011 0 101000 1011 10000101 1000011 1000010

Color Harmonies of #70E388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E388

Black with #70E388

Text Example


Text Example

White with #70E388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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