Html Css Color HEX #80F98A Light Green

📋 copy color: '#80F98A'

red 128 ◦ green 249 ◦ blue 138

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

Shades of Light Green #80F98A

Tints of Light Green #80F98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.35%

 BLUE value IS 138 (54.3% from 255) = 26.8%

R = 24.85%
G = 48.35%
B = 26.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#80F98A (or 0x80F98A) is known color: Light Green. HEX triplet: 80, F9 and 8A. RGB value is (128,249,138). Sum of RGB (Red+Green+Blue) = 128+249+138=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #80F98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F98A is #7F0675. Grayscale: #C8C8C8. Windows color (decimal): -8324726 or 9107840. OLE color: 9107840.

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

Color convert

RGB 128 249 138 -
CMYK 0.49 0 0.45 0.02
HSL 124.96º 0.91% 0.74% -
HSV(B) 124.96º 0.49% 0.98% -
XYZ 47.37 74.18 35.87 -
YUV 200.17 92.91 76.53 -
System Red Green Blue C M Y K H S L
Decimal 128 249 138 0.49 0 0.45 0.02 124.96 0.91 0.74
Hex 80 F9 8A 31 0 2D 2 7D 5B 4A
Octal 200 371 212 61 0 55 2 175 133 112
Binary 10000000 11111001 10001010 110001 0 101101 10 1111101 1011011 1001010

Color Harmonies of #80F98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F98A

Black with #80F98A

Text Example


Text Example

White with #80F98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,249,138); }

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

background-color css

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

 a { background-color: rgb(128,249,138); }

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

border-color css

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

 span { border-color: rgb(128,249,138); }

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