Html Css Color HEX #70EE8B Pastel Green

📋 copy color: '#70EE8B'

red 112 ◦ green 238 ◦ blue 139

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

Shades of Pastel Green #70EE8B

Tints of Pastel Green #70EE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 22.9%
G = 48.67%
B = 28.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#70EE8B (or 0x70EE8B) is known color: Pastel Green. HEX triplet: 70, EE and 8B. RGB value is (112,238,139). Sum of RGB (Red+Green+Blue) = 112+238+139=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EE8B is #8F1174. Grayscale: #BDBDBD. Windows color (decimal): -9376117 or 9170544. OLE color: 9170544.

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

Color convert

RGB 112 238 139 -
CMYK 0.53 0 0.42 0.07
HSL 132.86º 0.79% 0.69% -
HSV(B) 132.86º 0.53% 0.93% -
XYZ 41.92 66.46 35.04 -
YUV 189.04 99.76 73.05 -
System Red Green Blue C M Y K H S L
Decimal 112 238 139 0.53 0 0.42 0.07 132.86 0.79 0.69
Hex 70 EE 8B 35 0 2A 7 85 4F 45
Octal 160 356 213 65 0 52 7 205 117 105
Binary 1110000 11101110 10001011 110101 0 101010 111 10000101 1001111 1000101

Color Harmonies of #70EE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE8B

Black with #70EE8B

Text Example


Text Example

White with #70EE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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