Html Css Color HEX #80EE70 Pastel Green

📋 copy color: '#80EE70'

red 128 ◦ green 238 ◦ blue 112

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

Shades of Pastel Green #80EE70

Tints of Pastel Green #80EE70

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#80EE70 (or 0x80EE70) is known color: Pastel Green. HEX triplet: 80, EE and 70. RGB value is (128,238,112). Sum of RGB (Red+Green+Blue) = 128+238+112=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE70 is #7F118F. Grayscale: #BFBFBF. Windows color (decimal): -8327568 or 7401088. OLE color: 7401088.

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

Color convert

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

Color Harmonies of #80EE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EE70

Black with #80EE70

Text Example


Text Example

White with #80EE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80EE70; }

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

 H1.HeaderClassName
 {
   color: #80EE70;
 }
 .AnyTagClassName
 {
   color: #80EE70;
 }
</style>

background-color css

<style>
 a { background-color: #80EE70; }

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

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

border-color css

<style>
 span { border-color: #80EE70; }

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

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