Html Css Color HEX #80E296 Light Green

📋 copy color: '#80E296'

red 128 ◦ green 226 ◦ blue 150

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

Shades of Light Green #80E296

Tints of Light Green #80E296

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

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

R = 25.4%
G = 44.84%
B = 29.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#80E296 (or 0x80E296) is known color: Light Green. HEX triplet: 80, E2 and 96. RGB value is (128,226,150). Sum of RGB (Red+Green+Blue) = 128+226+150=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #80E296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E296 is #7F1D69. Grayscale: #BCBCBC. Windows color (decimal): -8330602 or 9888384. OLE color: 9888384.

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

Color convert

RGB 128 226 150 -
CMYK 0.43 0 0.34 0.11
HSL 133.47º 0.63% 0.69% -
HSV(B) 133.47º 0.43% 0.89% -
XYZ 41.6 61.18 38.47 -
YUV 188.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 128 226 150 0.43 0 0.34 0.11 133.47 0.63 0.69
Hex 80 E2 96 2B 0 22 B 85 3F 45
Octal 200 342 226 53 0 42 13 205 77 105
Binary 10000000 11100010 10010110 101011 0 100010 1011 10000101 111111 1000101

Color Harmonies of #80E296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E296

Black with #80E296

Text Example


Text Example

White with #80E296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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