#80DF94

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

Shades of Light Green #80DF94

Tints of Light Green #80DF94

Color information

#80DF94 (or 0x80DF94) is unknown color: approx Light Green. HEX triplet: 80, DF and 94. RGB value is (128,223,148). Sum of RGB (Red+Green+Blue) = 128+223+148=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF94 is #7F206B. Grayscale: #BABABA. Windows color (decimal): -8331372 or 9756544. OLE color: 9756544.

HSL color Cylindrical-coordinate representation of color #80DF94: hue angle of 132.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF94 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB128223148-
CMYK0.4300.340.13
HSL132.63º59.75%68.82%-
HSV(B)132.63º42.6%87.45%-
XYZ40.6459.537.36-
YUV186.04106.5386.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 223 (87.5% from 255) = 44.69%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=25.65%
G=44.69%
B=29.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231480.4300.340.13132.6359.7568.82
Hex80DF942B022D853c45
Octal200337224530421520574105
Binary10000000110111111001010010101101000101101100001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,223,148); }

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

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

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

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

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

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

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