#81C08C

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

Shades of De York #81C08C

Tints of De York #81C08C

Color information

#81C08C (or 0x81C08C) is unknown color: approx De York. HEX triplet: 81, C0 and 8C. RGB value is (129,192,140). Sum of RGB (Red+Green+Blue) = 129+192+140=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #81C08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C08C is #7E3F73. Grayscale: #A7A7A7. Windows color (decimal): -8273780 or 9224321. OLE color: 9224321.

HSL color Cylindrical-coordinate representation of color #81C08C: hue angle of 130.48º 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 #81C08C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB129192140-
CMYK0.3300.270.25
HSL130.48º33.33%62.94%-
HSV(B)130.48º32.81%75.29%-
XYZ32.6444.2631.63-
YUV167.24112.63100.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.98%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=27.98%
G=41.65%
B=30.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291921400.3300.270.25130.4833.3362.94
Hex81C08C2101B1982213f
Octal20130021441033312024177
Binary1000000111000000100011001000010110111100110000010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,192,140); }

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

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

 a { background-color: rgb(129,192,140); }

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

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

 span { border-color: rgb(129,192,140); }

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