Html Css Color HEX #80F882 Light Green

📋 copy color: '#80F882'

red 128 ◦ green 248 ◦ blue 130

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

Shades of Light Green #80F882

Tints of Light Green #80F882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

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

R = 25.3%
G = 49.01%
B = 25.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#80F882 (or 0x80F882) is known color: Light Green. HEX triplet: 80, F8 and 82. RGB value is (128,248,130). Sum of RGB (Red+Green+Blue) = 128+248+130=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #80F882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F882 is #7F077D. Grayscale: #C7C7C7. Windows color (decimal): -8324990 or 8583296. OLE color: 8583296.

HSL color Cylindrical-coordinate representation of color #80F882: hue angle of 121º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F882 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 248 130 -
CMYK 0.48 0 0.48 0.03
HSL 121º 0.9% 0.74% -
HSV(B) 121º 0.48% 0.97% -
XYZ 46.5 73.34 32.82 -
YUV 198.67 89.24 77.59 -
System Red Green Blue C M Y K H S L
Decimal 128 248 130 0.48 0 0.48 0.03 121 0.9 0.74
Hex 80 F8 82 30 0 30 3 79 5A 4A
Octal 200 370 202 60 0 60 3 171 132 112
Binary 10000000 11111000 10000010 110000 0 110000 11 1111001 1011010 1001010

Color Harmonies of #80F882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F882

Black with #80F882

Text Example


Text Example

White with #80F882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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