Html Css Color HEX #70E372 Pastel Green

📋 copy color: '#70E372'

red 112 ◦ green 227 ◦ blue 114

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

Shades of Pastel Green #70E372

Tints of Pastel Green #70E372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 24.72%
G = 50.11%
B = 25.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#70E372 (or 0x70E372) is known color: Pastel Green. HEX triplet: 70, E3 and 72. RGB value is (112,227,114). Sum of RGB (Red+Green+Blue) = 112+227+114=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #70E372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E372 is #8F1C8D. Grayscale: #B4B4B4. Windows color (decimal): -9378958 or 7529328. OLE color: 7529328.

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

Color convert

RGB 112 227 114 -
CMYK 0.51 0 0.50 0.11
HSL 121.04º 0.67% 0.66% -
HSV(B) 121.04º 0.51% 0.89% -
XYZ 37.19 59.6 25.46 -
YUV 179.73 90.9 79.69 -
System Red Green Blue C M Y K H S L
Decimal 112 227 114 0.51 0 0.50 0.11 121.04 0.67 0.66
Hex 70 E3 72 33 0 32 B 79 43 42
Octal 160 343 162 63 0 62 13 171 103 102
Binary 1110000 11100011 1110010 110011 0 110010 1011 1111001 1000011 1000010

Color Harmonies of #70E372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E372

Black with #70E372

Text Example


Text Example

White with #70E372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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