#80DF98

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

Shades of Light Green #80DF98

Tints of Light Green #80DF98

Color information

#80DF98 (or 0x80DF98) is unknown color: approx Light Green. HEX triplet: 80, DF and 98. RGB value is (128,223,152). Sum of RGB (Red+Green+Blue) = 128+223+152=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF98 is #7F2067. Grayscale: #BABABA. Windows color (decimal): -8331368 or 10018688. OLE color: 10018688.

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

Color convert

RGB128223152-
CMYK0.4300.320.13
HSL135.16º59.75%68.82%-
HSV(B)135.16º42.6%87.45%-
XYZ40.9659.6339.06-
YUV186.5108.5386.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=25.45%
G=44.33%
B=30.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231520.4300.320.13135.1659.7568.82
Hex80DF982B020D873c45
Octal200337230530401520774105
Binary10000000110111111001100010101101000001101100001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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