#81C594

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

Shades of Padua #81C594

Tints of Padua #81C594

Color information

#81C594 (or 0x81C594) is unknown color: approx Padua. HEX triplet: 81, C5 and 94. RGB value is (129,197,148). Sum of RGB (Red+Green+Blue) = 129+197+148=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #81C594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C594 is #7E3A6B. Grayscale: #ABABAB. Windows color (decimal): -8272492 or 9749889. OLE color: 9749889.

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

Color convert

RGB129197148-
CMYK0.3500.250.23
HSL136.76º36.96%63.92%-
HSV(B)136.76º34.52%77.25%-
XYZ34.3646.7435.23-
YUV171.08114.9797.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=27.22%
G=41.56%
B=31.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291971480.3500.250.23136.7636.9663.92
Hex81C5942301917892540
Octal201305224430312721145100
Binary10000001110001011001010010001101100110111100010011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,197,148); }

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

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

 a { background-color: rgb(129,197,148); }

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

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

 span { border-color: rgb(129,197,148); }

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