#80F893

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

Shades of Light Green #80F893

Tints of Light Green #80F893

Color information

#80F893 (or 0x80F893) is unknown color: approx Light Green. HEX triplet: 80, F8 and 93. RGB value is (128,248,147). Sum of RGB (Red+Green+Blue) = 128+248+147=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #80F893 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F893 is #7F076C. Grayscale: #C8C8C8. Windows color (decimal): -8324973 or 9697408. OLE color: 9697408.

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

Color convert

RGB128248147-
CMYK0.4800.410.03
HSL129.5º89.55%73.73%-
HSV(B)129.5º48.39%97.25%-
XYZ47.7473.8339.34-
YUV200.6197.7476.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 248 (97.27% from 255) = 47.42%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=24.47%
G=47.42%
B=28.11%

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
Decimal1282481470.4800.410.03129.589.5573.73
Hex80F893300293825a4a
Octal200370223600513202132112
Binary1000000011111000100100111100000101001111000001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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