Html Css Color HEX #70E38F Pastel Green

📋 copy color: '#70E38F'

red 112 ◦ green 227 ◦ blue 143

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

Shades of Pastel Green #70E38F

Tints of Pastel Green #70E38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 23.24%
G = 47.1%
B = 29.67%

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

#70E38F (or 0x70E38F) is known color: Pastel Green. HEX triplet: 70, E3 and 8F. RGB value is (112,227,143). Sum of RGB (Red+Green+Blue) = 112+227+143=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #70E38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E38F is #8F1C70. Grayscale: #B7B7B7. Windows color (decimal): -9378929 or 9429872. OLE color: 9429872.

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

Color convert

RGB 112 227 143 -
CMYK 0.51 0 0.37 0.11
HSL 136.17º 0.67% 0.66% -
HSV(B) 136.17º 0.51% 0.89% -
XYZ 39.11 60.37 35.58 -
YUV 183.04 105.4 77.33 -
System Red Green Blue C M Y K H S L
Decimal 112 227 143 0.51 0 0.37 0.11 136.17 0.67 0.66
Hex 70 E3 8F 33 0 25 B 88 43 42
Octal 160 343 217 63 0 45 13 210 103 102
Binary 1110000 11100011 10001111 110011 0 100101 1011 10001000 1000011 1000010

Color Harmonies of #70E38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E38F

Black with #70E38F

Text Example


Text Example

White with #70E38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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