Html Css Color HEX #80E38C Light Green

📋 copy color: '#80E38C'

red 128 ◦ green 227 ◦ blue 140

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

Shades of Light Green #80E38C

Tints of Light Green #80E38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 25.86%
G = 45.86%
B = 28.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#80E38C (or 0x80E38C) is known color: Light Green. HEX triplet: 80, E3 and 8C. RGB value is (128,227,140). Sum of RGB (Red+Green+Blue) = 128+227+140=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #80E38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E38C is #7F1C73. Grayscale: #BBBBBB. Windows color (decimal): -8330356 or 9233280. OLE color: 9233280.

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

Color convert

RGB 128 227 140 -
CMYK 0.44 0 0.38 0.11
HSL 127.27º 0.64% 0.7% -
HSV(B) 127.27º 0.44% 0.89% -
XYZ 41.1 61.42 34.5 -
YUV 187.48 101.2 85.57 -
System Red Green Blue C M Y K H S L
Decimal 128 227 140 0.44 0 0.38 0.11 127.27 0.64 0.7
Hex 80 E3 8C 2C 0 26 B 7F 40 46
Octal 200 343 214 54 0 46 13 177 100 106
Binary 10000000 11100011 10001100 101100 0 100110 1011 1111111 1000000 1000110

Color Harmonies of #80E38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E38C

Black with #80E38C

Text Example


Text Example

White with #80E38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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