#81C088

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

Shades of De York #81C088

Tints of De York #81C088

Color information

#81C088 (or 0x81C088) is unknown color: approx De York. HEX triplet: 81, C0 and 88. RGB value is (129,192,136). Sum of RGB (Red+Green+Blue) = 129+192+136=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #81C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C088 is #7E3F77. Grayscale: #A6A6A6. Windows color (decimal): -8273784 or 8962177. OLE color: 8962177.

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

Color convert

RGB129192136-
CMYK0.3300.290.25
HSL126.67º33.33%62.94%-
HSV(B)126.67º32.81%75.29%-
XYZ32.3544.1430.11-
YUV166.78110.63101.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=28.23%
G=42.01%
B=29.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291921360.3300.290.25126.6733.3362.94
Hex81C0882101D197f213f
Octal20130021041035311774177
Binary100000011100000010001000100001011101110011111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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