Html Css Color HEX #80F982 Light Green

📋 copy color: '#80F982'

red 128 ◦ green 249 ◦ blue 130

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

Shades of Light Green #80F982

Tints of Light Green #80F982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 25.25%
G = 49.11%
B = 25.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#80F982 (or 0x80F982) is known color: Light Green. HEX triplet: 80, F9 and 82. RGB value is (128,249,130). Sum of RGB (Red+Green+Blue) = 128+249+130=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #80F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F982 is #7F067D. Grayscale: #C7C7C7. Windows color (decimal): -8324734 or 8583552. OLE color: 8583552.

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

Color convert

RGB 128 249 130 -
CMYK 0.49 0 0.48 0.02
HSL 120.99º 0.91% 0.74% -
HSV(B) 120.99º 0.49% 0.98% -
XYZ 46.81 73.95 32.93 -
YUV 199.26 88.91 77.18 -
System Red Green Blue C M Y K H S L
Decimal 128 249 130 0.49 0 0.48 0.02 120.99 0.91 0.74
Hex 80 F9 82 31 0 30 2 79 5B 4A
Octal 200 371 202 61 0 60 2 171 133 112
Binary 10000000 11111001 10000010 110001 0 110000 10 1111001 1011011 1001010

Color Harmonies of #80F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F982

Black with #80F982

Text Example


Text Example

White with #80F982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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