#80CF98

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

Shades of Summer Green #80CF98

Tints of Summer Green #80CF98

Color information

#80CF98 (or 0x80CF98) is unknown color: approx Summer Green. HEX triplet: 80, CF and 98. RGB value is (128,207,152). Sum of RGB (Red+Green+Blue) = 128+207+152=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CF98 is #7F3067. Grayscale: #B1B1B1. Windows color (decimal): -8335464 or 10014592. OLE color: 10014592.

HSL color Cylindrical-coordinate representation of color #80CF98: hue angle of 138.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CF98 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB128207152-
CMYK0.3800.270.19
HSL138.23º45.14%65.69%-
HSV(B)138.23º38.16%81.18%-
XYZ36.8851.4837.7-
YUV177.11113.8392.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=26.28%
G=42.51%
B=31.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282071520.3800.270.19138.2345.1465.69
Hex80CF982601B138a2d42
Octal200317230460332321255102
Binary10000000110011111001100010011001101110011100010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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