#80CF6E

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

Shades of Pastel Green #80CF6E

Tints of Pastel Green #80CF6E

Color information

#80CF6E (or 0x80CF6E) is unknown color: approx Pastel Green. HEX triplet: 80, CF and 6E. RGB value is (128,207,110). Sum of RGB (Red+Green+Blue) = 128+207+110=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF6E is #7F3091. Grayscale: #ACACAC. Windows color (decimal): -8335506 or 7262080. OLE color: 7262080.

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

Color convert

RGB128207110-
CMYK0.3800.470.19
HSL108.87º50.26%62.16%-
HSV(B)108.87º46.86%81.18%-
XYZ34.0350.3422.68-
YUV172.3292.8396.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 207 (81.25% from 255) = 46.52%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=28.76%
G=46.52%
B=24.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282071100.3800.470.19108.8750.2662.16
Hex80CF6E2602F136d323e
Octal20031715646057231556276
Binary100000001100111111011101001100101111100111101101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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