Html Css Color HEX #80F880 Light Green

📋 copy color: '#80F880'

red 128 ◦ green 248 ◦ blue 128

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

Shades of Light Green #80F880

Tints of Light Green #80F880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 25.4%
G = 49.21%
B = 25.4%

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

#80F880 (or 0x80F880) is known color: Light Green. HEX triplet: 80, F8 and 80. RGB value is (128,248,128). Sum of RGB (Red+Green+Blue) = 128+248+128=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #80F880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F880 is #7F077F. Grayscale: #C6C6C6. Windows color (decimal): -8324992 or 8452224. OLE color: 8452224.

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

Color convert

RGB 128 248 128 -
CMYK 0.48 0 0.48 0.03
HSL 120º 0.9% 0.74% -
HSV(B) 120º 0.48% 0.97% -
XYZ 46.37 73.28 32.12 -
YUV 198.44 88.24 77.76 -
System Red Green Blue C M Y K H S L
Decimal 128 248 128 0.48 0 0.48 0.03 120 0.9 0.74
Hex 80 F8 80 30 0 30 3 78 5A 4A
Octal 200 370 200 60 0 60 3 170 132 112
Binary 10000000 11111000 10000000 110000 0 110000 11 1111000 1011010 1001010

Color Harmonies of #80F880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F880

Black with #80F880

Text Example


Text Example

White with #80F880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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