Html Css Color HEX #70E288 Pastel Green

📋 copy color: '#70E288'

red 112 ◦ green 226 ◦ blue 136

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

Shades of Pastel Green #70E288

Tints of Pastel Green #70E288

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.68%

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

R = 23.63%
G = 47.68%
B = 28.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#70E288 (or 0x70E288) is known color: Pastel Green. HEX triplet: 70, E2 and 88. RGB value is (112,226,136). Sum of RGB (Red+Green+Blue) = 112+226+136=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #70E288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E288 is #8F1D77. Grayscale: #B5B5B5. Windows color (decimal): -9379192 or 8970864. OLE color: 8970864.

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

Color convert

RGB 112 226 136 -
CMYK 0.50 0 0.40 0.11
HSL 132.63º 0.66% 0.66% -
HSV(B) 132.63º 0.5% 0.89% -
XYZ 38.32 59.62 32.78 -
YUV 181.65 102.23 78.32 -
System Red Green Blue C M Y K H S L
Decimal 112 226 136 0.50 0 0.40 0.11 132.63 0.66 0.66
Hex 70 E2 88 32 0 28 B 85 42 42
Octal 160 342 210 62 0 50 13 205 102 102
Binary 1110000 11100010 10001000 110010 0 101000 1011 10000101 1000010 1000010

Color Harmonies of #70E288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E288

Black with #70E288

Text Example


Text Example

White with #70E288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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