Html Css Color HEX #70E790 Pastel Green

📋 copy color: '#70E790'

red 112 ◦ green 231 ◦ blue 144

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

Shades of Pastel Green #70E790

Tints of Pastel Green #70E790

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.43%

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

R = 23%
G = 47.43%
B = 29.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#70E790 (or 0x70E790) is known color: Pastel Green. HEX triplet: 70, E7 and 90. RGB value is (112,231,144). Sum of RGB (Red+Green+Blue) = 112+231+144=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #70E790 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E790 is #8F186F. Grayscale: #B9B9B9. Windows color (decimal): -9377904 or 9496432. OLE color: 9496432.

HSL color Cylindrical-coordinate representation of color #70E790: hue angle of 136.13º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E790 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 144 -
CMYK 0.52 0 0.38 0.09
HSL 136.13º 0.71% 0.67% -
HSV(B) 136.13º 0.52% 0.91% -
XYZ 40.29 62.61 36.35 -
YUV 185.5 104.58 75.57 -
System Red Green Blue C M Y K H S L
Decimal 112 231 144 0.52 0 0.38 0.09 136.13 0.71 0.67
Hex 70 E7 90 34 0 26 9 88 47 43
Octal 160 347 220 64 0 46 11 210 107 103
Binary 1110000 11100111 10010000 110100 0 100110 1001 10001000 1000111 1000011

Color Harmonies of #70E790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E790

Black with #70E790

Text Example


Text Example

White with #70E790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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