Html Css Color HEX #70EC85 Pastel Green

📋 copy color: '#70EC85'

red 112 ◦ green 236 ◦ blue 133

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

Shades of Pastel Green #70EC85

Tints of Pastel Green #70EC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 23.28%
G = 49.06%
B = 27.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#70EC85 (or 0x70EC85) is known color: Pastel Green. HEX triplet: 70, EC and 85. RGB value is (112,236,133). Sum of RGB (Red+Green+Blue) = 112+236+133=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC85 is #8F137A. Grayscale: #BBBBBB. Windows color (decimal): -9376635 or 8776816. OLE color: 8776816.

HSL color Cylindrical-coordinate representation of color #70EC85: hue angle of 130.16º 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 #70EC85 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 133 -
CMYK 0.53 0 0.44 0.07
HSL 130.16º 0.77% 0.68% -
HSV(B) 130.16º 0.53% 0.93% -
XYZ 40.91 65.13 32.61 -
YUV 187.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 112 236 133 0.53 0 0.44 0.07 130.16 0.77 0.68
Hex 70 EC 85 35 0 2C 7 82 4D 44
Octal 160 354 205 65 0 54 7 202 115 104
Binary 1110000 11101100 10000101 110101 0 101100 111 10000010 1001101 1000100

Color Harmonies of #70EC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC85

Black with #70EC85

Text Example


Text Example

White with #70EC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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