Html Css Color HEX #70EB8D Pastel Green

📋 copy color: '#70EB8D'

red 112 ◦ green 235 ◦ blue 141

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

Shades of Pastel Green #70EB8D

Tints of Pastel Green #70EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.16%

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 22.95%
G = 48.16%
B = 28.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#70EB8D (or 0x70EB8D) is known color: Pastel Green. HEX triplet: 70, EB and 8D. RGB value is (112,235,141). Sum of RGB (Red+Green+Blue) = 112+235+141=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EB8D is #8F1472. Grayscale: #BBBBBB. Windows color (decimal): -9376883 or 9300848. OLE color: 9300848.

HSL color Cylindrical-coordinate representation of color #70EB8D: hue angle of 134.15º degrees, saturation: 0.75, 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 #70EB8D is Cyan = 0.52, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 141 -
CMYK 0.52 0 0.4 0.08
HSL 134.15º 0.75% 0.68% -
HSV(B) 134.15º 0.52% 0.92% -
XYZ 41.2 64.78 35.53 -
YUV 187.51 101.75 74.14 -
System Red Green Blue C M Y K H S L
Decimal 112 235 141 0.52 0 0.4 0.08 134.15 0.75 0.68
Hex 70 EB 8D 34 0 28 8 86 4B 44
Octal 160 353 215 64 0 50 10 206 113 104
Binary 1110000 11101011 10001101 110100 0 101000 1000 10000110 1001011 1000100

Color Harmonies of #70EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EB8D

Black with #70EB8D

Text Example


Text Example

White with #70EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,235,141); }

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

background-color css

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

 a { background-color: rgb(112,235,141); }

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

border-color css

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

 span { border-color: rgb(112,235,141); }

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