Html Css Color HEX #80EA65 Pastel Green

📋 copy color: '#80EA65'

red 128 ◦ green 234 ◦ blue 101

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

Shades of Pastel Green #80EA65

Tints of Pastel Green #80EA65

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.54%

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 27.65%
G = 50.54%
B = 21.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#80EA65 (or 0x80EA65) is known color: Pastel Green. HEX triplet: 80, EA and 65. RGB value is (128,234,101). Sum of RGB (Red+Green+Blue) = 128+234+101=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA65 is #7F159A. Grayscale: #BBBBBB. Windows color (decimal): -8328603 or 6679168. OLE color: 6679168.

HSL color Cylindrical-coordinate representation of color #80EA65: hue angle of 107.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80EA65 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 101 -
CMYK 0.45 0 0.57 0.08
HSL 107.82º 0.76% 0.66% -
HSV(B) 107.82º 0.57% 0.92% -
XYZ 40.67 64.37 22.59 -
YUV 187.14 79.38 85.81 -
System Red Green Blue C M Y K H S L
Decimal 128 234 101 0.45 0 0.57 0.08 107.82 0.76 0.66
Hex 80 EA 65 2D 0 39 8 6C 4C 42
Octal 200 352 145 55 0 71 10 154 114 102
Binary 10000000 11101010 1100101 101101 0 111001 1000 1101100 1001100 1000010

Color Harmonies of #80EA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA65

Black with #80EA65

Text Example


Text Example

White with #80EA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,101); }

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

background-color css

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

 a { background-color: rgb(128,234,101); }

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

border-color css

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

 span { border-color: rgb(128,234,101); }

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