Html Css Color HEX #80FB9A Light Green

📋 copy color: '#80FB9A'

red 128 ◦ green 251 ◦ blue 154

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

Shades of Light Green #80FB9A

Tints of Light Green #80FB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 24.02%
G = 47.09%
B = 28.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#80FB9A (or 0x80FB9A) is known color: Light Green. HEX triplet: 80, FB and 9A. RGB value is (128,251,154). Sum of RGB (Red+Green+Blue) = 128+251+154=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FB9A is #7F0465. Grayscale: #CBCBCB. Windows color (decimal): -8324198 or 10156928. OLE color: 10156928.

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

Color convert

RGB 128 251 154 -
CMYK 0.49 0 0.39 0.02
HSL 132.68º 0.94% 0.74% -
HSV(B) 132.68º 0.49% 0.98% -
XYZ 49.23 75.92 42.63 -
YUV 203.17 100.25 74.39 -
System Red Green Blue C M Y K H S L
Decimal 128 251 154 0.49 0 0.39 0.02 132.68 0.94 0.74
Hex 80 FB 9A 31 0 27 2 85 5E 4A
Octal 200 373 232 61 0 47 2 205 136 112
Binary 10000000 11111011 10011010 110001 0 100111 10 10000101 1011110 1001010

Color Harmonies of #80FB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FB9A

Black with #80FB9A

Text Example


Text Example

White with #80FB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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