Html Css Color HEX #70EC84 Pastel Green

📋 copy color: '#70EC84'

red 112 ◦ green 236 ◦ blue 132

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

Shades of Pastel Green #70EC84

Tints of Pastel Green #70EC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 23.33%
G = 49.17%
B = 27.5%

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

#70EC84 (or 0x70EC84) is known color: Pastel Green. HEX triplet: 70, EC and 84. RGB value is (112,236,132). Sum of RGB (Red+Green+Blue) = 112+236+132=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC84 is #8F137B. Grayscale: #BBBBBB. Windows color (decimal): -9376636 or 8711280. OLE color: 8711280.

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

Color convert

RGB 112 236 132 -
CMYK 0.53 0 0.44 0.07
HSL 129.68º 0.77% 0.68% -
HSV(B) 129.68º 0.53% 0.93% -
XYZ 40.84 65.1 32.24 -
YUV 187.07 96.92 74.46 -
System Red Green Blue C M Y K H S L
Decimal 112 236 132 0.53 0 0.44 0.07 129.68 0.77 0.68
Hex 70 EC 84 35 0 2C 7 82 4D 44
Octal 160 354 204 65 0 54 7 202 115 104
Binary 1110000 11101100 10000100 110101 0 101100 111 10000010 1001101 1000100

Color Harmonies of #70EC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC84

Black with #70EC84

Text Example


Text Example

White with #70EC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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