Html Css Color HEX #70EC86 Pastel Green

📋 copy color: '#70EC86'

red 112 ◦ green 236 ◦ blue 134

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

Shades of Pastel Green #70EC86

Tints of Pastel Green #70EC86

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

 BLUE value IS 134 (52.73% from 255) = 27.8%

R = 23.24%
G = 48.96%
B = 27.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#70EC86 (or 0x70EC86) is known color: Pastel Green. HEX triplet: 70, EC and 86. RGB value is (112,236,134). Sum of RGB (Red+Green+Blue) = 112+236+134=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC86 is #8F1379. Grayscale: #BBBBBB. Windows color (decimal): -9376634 or 8842352. OLE color: 8842352.

HSL color Cylindrical-coordinate representation of color #70EC86: hue angle of 130.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC86 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 134 -
CMYK 0.53 0 0.43 0.07
HSL 130.65º 0.77% 0.68% -
HSV(B) 130.65º 0.53% 0.93% -
XYZ 40.98 65.16 32.97 -
YUV 187.3 97.92 74.29 -
System Red Green Blue C M Y K H S L
Decimal 112 236 134 0.53 0 0.43 0.07 130.65 0.77 0.68
Hex 70 EC 86 35 0 2B 7 83 4D 44
Octal 160 354 206 65 0 53 7 203 115 104
Binary 1110000 11101100 10000110 110101 0 101011 111 10000011 1001101 1000100

Color Harmonies of #70EC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC86

Black with #70EC86

Text Example


Text Example

White with #70EC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,236,134); }

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

background-color css

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

 a { background-color: rgb(112,236,134); }

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

border-color css

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

 span { border-color: rgb(112,236,134); }

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