#80BF93

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

Shades of Padua #80BF93

Tints of Padua #80BF93

Color information

#80BF93 (or 0x80BF93) is unknown color: approx Padua. HEX triplet: 80, BF and 93. RGB value is (128,191,147). Sum of RGB (Red+Green+Blue) = 128+191+147=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF93 is #7F406C. Grayscale: #A7A7A7. Windows color (decimal): -8339565 or 9682816. OLE color: 9682816.

HSL color Cylindrical-coordinate representation of color #80BF93: hue angle of 138.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BF93 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB128191147-
CMYK0.3300.230.25
HSL138.1º32.98%62.55%-
HSV(B)138.1º32.98%74.9%-
XYZ32.843.9634.36-
YUV167.15116.63100.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=27.47%
G=40.99%
B=31.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911470.3300.230.25138.132.9862.55
Hex80BF9321017198a213f
Octal20027722341027312124177
Binary1000000010111111100100111000010101111100110001010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,191,147); }

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

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

 a { background-color: rgb(128,191,147); }

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

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

 span { border-color: rgb(128,191,147); }

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