Html Css Color HEX #70E390 Pastel Green

📋 copy color: '#70E390'

red 112 ◦ green 227 ◦ blue 144

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

Shades of Pastel Green #70E390

Tints of Pastel Green #70E390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 23.19%
G = 47%
B = 29.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#70E390 (or 0x70E390) is known color: Pastel Green. HEX triplet: 70, E3 and 90. RGB value is (112,227,144). Sum of RGB (Red+Green+Blue) = 112+227+144=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #70E390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E390 is #8F1C6F. Grayscale: #B7B7B7. Windows color (decimal): -9378928 or 9495408. OLE color: 9495408.

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

Color convert

RGB 112 227 144 -
CMYK 0.51 0 0.37 0.11
HSL 136.7º 0.67% 0.66% -
HSV(B) 136.7º 0.51% 0.89% -
XYZ 39.19 60.4 35.98 -
YUV 183.15 105.9 77.25 -
System Red Green Blue C M Y K H S L
Decimal 112 227 144 0.51 0 0.37 0.11 136.7 0.67 0.66
Hex 70 E3 90 33 0 25 B 89 43 42
Octal 160 343 220 63 0 45 13 211 103 102
Binary 1110000 11100011 10010000 110011 0 100101 1011 10001001 1000011 1000010

Color Harmonies of #70E390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E390

Black with #70E390

Text Example


Text Example

White with #70E390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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