Html Css Color HEX #70EE80 Pastel Green

📋 copy color: '#70EE80'

red 112 ◦ green 238 ◦ blue 128

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

Shades of Pastel Green #70EE80

Tints of Pastel Green #70EE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 23.43%
G = 49.79%
B = 26.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#70EE80 (or 0x70EE80) is known color: Pastel Green. HEX triplet: 70, EE and 80. RGB value is (112,238,128). Sum of RGB (Red+Green+Blue) = 112+238+128=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EE80 is #8F117F. Grayscale: #BCBCBC. Windows color (decimal): -9376128 or 8449648. OLE color: 8449648.

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

Color convert

RGB 112 238 128 -
CMYK 0.53 0 0.46 0.07
HSL 127.62º 0.79% 0.69% -
HSV(B) 127.62º 0.53% 0.93% -
XYZ 41.15 66.15 31.02 -
YUV 187.79 94.26 73.94 -
System Red Green Blue C M Y K H S L
Decimal 112 238 128 0.53 0 0.46 0.07 127.62 0.79 0.69
Hex 70 EE 80 35 0 2E 7 80 4F 45
Octal 160 356 200 65 0 56 7 200 117 105
Binary 1110000 11101110 10000000 110101 0 101110 111 10000000 1001111 1000101

Color Harmonies of #70EE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE80

Black with #70EE80

Text Example


Text Example

White with #70EE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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