#80DF9B

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

Shades of Light Green #80DF9B

Tints of Light Green #80DF9B

Color information

#80DF9B (or 0x80DF9B) is unknown color: approx Light Green. HEX triplet: 80, DF and 9B. RGB value is (128,223,155). Sum of RGB (Red+Green+Blue) = 128+223+155=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF9B is #7F2064. Grayscale: #BBBBBB. Windows color (decimal): -8331365 or 10215296. OLE color: 10215296.

HSL color Cylindrical-coordinate representation of color #80DF9B: hue angle of 137.05º 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 #80DF9B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB128223155-
CMYK0.4300.300.13
HSL137.05º59.75%68.82%-
HSV(B)137.05º42.6%87.45%-
XYZ41.2159.7340.37-
YUV186.84110.0386.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=25.30%
G=44.07%
B=30.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231550.4300.300.13137.0559.7568.82
Hex80DF9B2B01ED893c45
Octal200337233530361521174105
Binary1000000011011111100110111010110111101101100010011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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