Html Css Color HEX #80FBA5 Pale Green

📋 copy color: '#80FBA5'

red 128 ◦ green 251 ◦ blue 165

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

Shades of Pale Green #80FBA5

Tints of Pale Green #80FBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.33%

R = 23.53%
G = 46.14%
B = 30.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#80FBA5 (or 0x80FBA5) is known color: Pale Green. HEX triplet: 80, FB and A5. RGB value is (128,251,165). Sum of RGB (Red+Green+Blue) = 128+251+165=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FBA5 is #7F045A. Grayscale: #CCCCCC. Windows color (decimal): -8324187 or 10877824. OLE color: 10877824.

HSL color Cylindrical-coordinate representation of color #80FBA5: hue angle of 138.05º 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 #80FBA5 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 165 -
CMYK 0.49 0 0.34 0.02
HSL 138.05º 0.94% 0.74% -
HSV(B) 138.05º 0.49% 0.98% -
XYZ 50.19 76.3 47.68 -
YUV 204.42 105.75 73.49 -
System Red Green Blue C M Y K H S L
Decimal 128 251 165 0.49 0 0.34 0.02 138.05 0.94 0.74
Hex 80 FB A5 31 0 22 2 8A 5E 4A
Octal 200 373 245 61 0 42 2 212 136 112
Binary 10000000 11111011 10100101 110001 0 100010 10 10001010 1011110 1001010

Color Harmonies of #80FBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBA5

Black with #80FBA5

Text Example


Text Example

White with #80FBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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