Html Css Color HEX #70EA84 Pastel Green

📋 copy color: '#70EA84'

red 112 ◦ green 234 ◦ blue 132

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

Shades of Pastel Green #70EA84

Tints of Pastel Green #70EA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.95%

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

R = 23.43%
G = 48.95%
B = 27.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#70EA84 (or 0x70EA84) is known color: Pastel Green. HEX triplet: 70, EA and 84. RGB value is (112,234,132). Sum of RGB (Red+Green+Blue) = 112+234+132=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EA84 is #8F157B. Grayscale: #BABABA. Windows color (decimal): -9377148 or 8710768. OLE color: 8710768.

HSL color Cylindrical-coordinate representation of color #70EA84: hue angle of 129.84º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EA84 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 234 132 -
CMYK 0.52 0 0.44 0.08
HSL 129.84º 0.74% 0.68% -
HSV(B) 129.84º 0.52% 0.92% -
XYZ 40.27 63.96 32.05 -
YUV 185.89 97.58 75.29 -
System Red Green Blue C M Y K H S L
Decimal 112 234 132 0.52 0 0.44 0.08 129.84 0.74 0.68
Hex 70 EA 84 34 0 2C 8 82 4A 44
Octal 160 352 204 64 0 54 10 202 112 104
Binary 1110000 11101010 10000100 110100 0 101100 1000 10000010 1001010 1000100

Color Harmonies of #70EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EA84

Black with #70EA84

Text Example


Text Example

White with #70EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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