Html Css Color HEX #80DF96 Light Green

📋 copy color: '#80DF96'

red 128 ◦ green 223 ◦ blue 150

#80DF96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #80DF96

Tints of Light Green #80DF96

RGB

 RED value IS 128 (50.39% from 255) = 25.55%

 GREEN value IS 223 (87.5% from 255) = 44.51%

 BLUE value IS 150 (58.98% from 255) = 29.94%

R = 25.55%
G = 44.51%
B = 29.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#80DF96 (or 0x80DF96) is known color: Light Green. HEX triplet: 80, DF and 96. RGB value is (128,223,150). Sum of RGB (Red+Green+Blue) = 128+223+150=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF96 is #7F2069. Grayscale: #BABABA. Windows color (decimal): -8331370 or 9887616. OLE color: 9887616.

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

Color convert

RGB 128 223 150 -
CMYK 0.43 0 0.33 0.13
HSL 133.89º 0.6% 0.69% -
HSV(B) 133.89º 0.43% 0.87% -
XYZ 40.79 59.57 38.2 -
YUV 186.27 107.53 86.44 -
System Red Green Blue C M Y K H S L
Decimal 128 223 150 0.43 0 0.33 0.13 133.89 0.6 0.69
Hex 80 DF 96 2B 0 21 D 86 3C 45
Octal 200 337 226 53 0 41 15 206 74 105
Binary 10000000 11011111 10010110 101011 0 100001 1101 10000110 111100 1000101

Color Harmonies of #80DF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF96

Black with #80DF96

Text Example


Text Example

White with #80DF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DF96;
 }
 .AnyTagClassName
 {
   color: #80DF96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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