Html Css Color HEX #80EE61 Pastel Green

📋 copy color: '#80EE61'

red 128 ◦ green 238 ◦ blue 97

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

Shades of Pastel Green #80EE61

Tints of Pastel Green #80EE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 27.65%
G = 51.4%
B = 20.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#80EE61 (or 0x80EE61) is known color: Pastel Green. HEX triplet: 80, EE and 61. RGB value is (128,238,97). Sum of RGB (Red+Green+Blue) = 128+238+97=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EE61 is #7F119E. Grayscale: #BDBDBD. Windows color (decimal): -8327583 or 6418048. OLE color: 6418048.

HSL color Cylindrical-coordinate representation of color #80EE61: hue angle of 106.81º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80EE61 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 238 97 -
CMYK 0.46 0 0.59 0.07
HSL 106.81º 0.81% 0.66% -
HSV(B) 106.81º 0.59% 0.93% -
XYZ 41.63 66.6 21.97 -
YUV 189.04 76.06 84.46 -
System Red Green Blue C M Y K H S L
Decimal 128 238 97 0.46 0 0.59 0.07 106.81 0.81 0.66
Hex 80 EE 61 2E 0 3B 7 6B 51 42
Octal 200 356 141 56 0 73 7 153 121 102
Binary 10000000 11101110 1100001 101110 0 111011 111 1101011 1010001 1000010

Color Harmonies of #80EE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EE61

Black with #80EE61

Text Example


Text Example

White with #80EE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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