Html Css Color HEX #80E396 Light Green

📋 copy color: '#80E396'

red 128 ◦ green 227 ◦ blue 150

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

Shades of Light Green #80E396

Tints of Light Green #80E396

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.95%

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

R = 25.35%
G = 44.95%
B = 29.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#80E396 (or 0x80E396) is known color: Light Green. HEX triplet: 80, E3 and 96. RGB value is (128,227,150). Sum of RGB (Red+Green+Blue) = 128+227+150=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #80E396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E396 is #7F1C69. Grayscale: #BCBCBC. Windows color (decimal): -8330346 or 9888640. OLE color: 9888640.

HSL color Cylindrical-coordinate representation of color #80E396: hue angle of 133.33º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E396 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 150 -
CMYK 0.44 0 0.34 0.11
HSL 133.33º 0.64% 0.7% -
HSV(B) 133.33º 0.44% 0.89% -
XYZ 41.88 61.73 38.56 -
YUV 188.62 106.2 84.76 -
System Red Green Blue C M Y K H S L
Decimal 128 227 150 0.44 0 0.34 0.11 133.33 0.64 0.7
Hex 80 E3 96 2C 0 22 B 85 40 46
Octal 200 343 226 54 0 42 13 205 100 106
Binary 10000000 11100011 10010110 101100 0 100010 1011 10000101 1000000 1000110

Color Harmonies of #80E396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E396

Black with #80E396

Text Example


Text Example

White with #80E396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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