#80F892

Color #80F892 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #80F892

Tints of Light Green #80F892

Color information

#80F892 (or 0x80F892) is unknown color: approx Light Green. HEX triplet: 80, F8 and 92. RGB value is (128,248,146). Sum of RGB (Red+Green+Blue) = 128+248+146=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #80F892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F892 is #7F076D. Grayscale: #C8C8C8. Windows color (decimal): -8324974 or 9631872. OLE color: 9631872.

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

Color convert

RGB128248146-
CMYK0.4800.410.03
HSL129º89.55%73.73%-
HSV(B)129º48.39%97.25%-
XYZ47.6673.838.93-
YUV200.4997.2476.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 248 (97.27% from 255) = 47.51%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=24.52%
G=47.51%
B=27.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1282481460.4800.410.0312989.5573.73
Hex80F892300293815a4a
Octal200370222600513201132112
Binary1000000011111000100100101100000101001111000000110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80F892;
 }
 .AnyTagClassName
 {
   color: #80F892;
 }
</style>
background-color css

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

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

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

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

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

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