#80E698

Color #80E698 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #80E698

Tints of Light Green #80E698

Color information

#80E698 (or 0x80E698) is unknown color: approx Light Green. HEX triplet: 80, E6 and 98. RGB value is (128,230,152). Sum of RGB (Red+Green+Blue) = 128+230+152=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 230 - color contains mainly: green. Hex color #80E698 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E698 is #7F1967. Grayscale: #BEBEBE. Windows color (decimal): -8329576 or 10020480. OLE color: 10020480.

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

Color convert

RGB128230152-
CMYK0.4400.340.10
HSL134.12º67.11%70.2%-
HSV(B)134.12º44.35%90.2%-
XYZ42.8763.4539.69-
YUV190.61106.2183.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.10%
GREEN value IS 230 (90.23% from 255) = 45.10%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=25.10%
G=45.10%
B=29.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282301520.4400.340.10134.1267.1170.2
Hex80E6982C022A864346
Octal2003462305404212206103106
Binary100000001110011010011000101100010001010101000011010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,230,152); }

 H1.HeaderClassName
 {
   color: #80E698;
 }
 .AnyTagClassName
 {
   color: #80E698;
 }
</style>
background-color css

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

 a { background-color: rgb(128,230,152); }

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

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

 span { border-color: rgb(128,230,152); }

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