#81C397

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

Shades of Padua #81C397

Tints of Padua #81C397

Color information

#81C397 (or 0x81C397) is unknown color: approx Padua. HEX triplet: 81, C3 and 97. RGB value is (129,195,151). Sum of RGB (Red+Green+Blue) = 129+195+151=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #81C397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C397 is #7E3C68. Grayscale: #AAAAAA. Windows color (decimal): -8273001 or 9945985. OLE color: 9945985.

HSL color Cylindrical-coordinate representation of color #81C397: hue angle of 140º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C397 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB129195151-
CMYK0.3400.230.24
HSL140º35.48%63.53%-
HSV(B)140º33.85%76.47%-
XYZ34.1545.9336.34-
YUV170.25117.1398.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=27.16%
G=41.05%
B=31.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291951510.3400.230.2414035.4863.53
Hex81C39722017188c2340
Octal201303227420273021443100
Binary10000001110000111001011110001001011111000100011001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81C397; }

 p { color: rgb(129,195,151); }

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

<style>
 a { background-color: #81C397; }

 a { background-color: rgb(129,195,151); }

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

<style>
 span { border-color: #81C397; }

 span { border-color: rgb(129,195,151); }

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