Html Css Color HEX #80FB9E Pale Green

📋 copy color: '#80FB9E'

red 128 ◦ green 251 ◦ blue 158

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

Shades of Pale Green #80FB9E

Tints of Pale Green #80FB9E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.74%

 BLUE value IS 158 (62.11% from 255) = 29.42%

R = 23.84%
G = 46.74%
B = 29.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#80FB9E (or 0x80FB9E) is known color: Pale Green. HEX triplet: 80, FB and 9E. RGB value is (128,251,158). Sum of RGB (Red+Green+Blue) = 128+251+158=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FB9E is #7F0461. Grayscale: #CBCBCB. Windows color (decimal): -8324194 or 10419072. OLE color: 10419072.

HSL color Cylindrical-coordinate representation of color #80FB9E: hue angle of 134.63º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FB9E is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 158 -
CMYK 0.49 0 0.37 0.02
HSL 134.63º 0.94% 0.74% -
HSV(B) 134.63º 0.49% 0.98% -
XYZ 49.57 76.05 44.41 -
YUV 203.62 102.25 74.06 -
System Red Green Blue C M Y K H S L
Decimal 128 251 158 0.49 0 0.37 0.02 134.63 0.94 0.74
Hex 80 FB 9E 31 0 25 2 87 5E 4A
Octal 200 373 236 61 0 45 2 207 136 112
Binary 10000000 11111011 10011110 110001 0 100101 10 10000111 1011110 1001010

Color Harmonies of #80FB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FB9E

Black with #80FB9E

Text Example


Text Example

White with #80FB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,251,158); }

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

background-color css

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

 a { background-color: rgb(128,251,158); }

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

border-color css

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

 span { border-color: rgb(128,251,158); }

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