Html Css Color HEX #80E394 Light Green

📋 copy color: '#80E394'

red 128 ◦ green 227 ◦ blue 148

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

Shades of Light Green #80E394

Tints of Light Green #80E394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 25.45%
G = 45.13%
B = 29.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#80E394 (or 0x80E394) is known color: Light Green. HEX triplet: 80, E3 and 94. RGB value is (128,227,148). Sum of RGB (Red+Green+Blue) = 128+227+148=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #80E394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E394 is #7F1C6B. Grayscale: #BCBCBC. Windows color (decimal): -8330348 or 9757568. OLE color: 9757568.

HSL color Cylindrical-coordinate representation of color #80E394: hue angle of 132.12º 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 #80E394 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 148 -
CMYK 0.44 0 0.35 0.11
HSL 132.12º 0.64% 0.7% -
HSV(B) 132.12º 0.44% 0.89% -
XYZ 41.72 61.67 37.72 -
YUV 188.39 105.2 84.92 -
System Red Green Blue C M Y K H S L
Decimal 128 227 148 0.44 0 0.35 0.11 132.12 0.64 0.7
Hex 80 E3 94 2C 0 23 B 84 40 46
Octal 200 343 224 54 0 43 13 204 100 106
Binary 10000000 11100011 10010100 101100 0 100011 1011 10000100 1000000 1000110

Color Harmonies of #80E394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E394

Black with #80E394

Text Example


Text Example

White with #80E394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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