Html Css Color HEX #70EE84 Pastel Green

📋 copy color: '#70EE84'

red 112 ◦ green 238 ◦ blue 132

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

Shades of Pastel Green #70EE84

Tints of Pastel Green #70EE84

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.38%

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

R = 23.24%
G = 49.38%
B = 27.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#70EE84 (or 0x70EE84) is known color: Pastel Green. HEX triplet: 70, EE and 84. RGB value is (112,238,132). Sum of RGB (Red+Green+Blue) = 112+238+132=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EE84 is #8F117B. Grayscale: #BCBCBC. Windows color (decimal): -9376124 or 8711792. OLE color: 8711792.

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

Color convert

RGB 112 238 132 -
CMYK 0.53 0 0.45 0.07
HSL 129.52º 0.79% 0.69% -
HSV(B) 129.52º 0.53% 0.93% -
XYZ 41.42 66.26 32.44 -
YUV 188.24 96.26 73.62 -
System Red Green Blue C M Y K H S L
Decimal 112 238 132 0.53 0 0.45 0.07 129.52 0.79 0.69
Hex 70 EE 84 35 0 2D 7 82 4F 45
Octal 160 356 204 65 0 55 7 202 117 105
Binary 1110000 11101110 10000100 110101 0 101101 111 10000010 1001111 1000101

Color Harmonies of #70EE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE84

Black with #70EE84

Text Example


Text Example

White with #70EE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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