#81D188

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

Shades of De York #81D188

Tints of De York #81D188

Color information

#81D188 (or 0x81D188) is unknown color: approx De York. HEX triplet: 81, D1 and 88. RGB value is (129,209,136). Sum of RGB (Red+Green+Blue) = 129+209+136=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #81D188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D188 is #7E2E77. Grayscale: #B0B0B0. Windows color (decimal): -8269432 or 8966529. OLE color: 8966529.

HSL color Cylindrical-coordinate representation of color #81D188: hue angle of 125.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81D188 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB129209136-
CMYK0.3800.350.18
HSL125.25º46.51%66.27%-
HSV(B)125.25º38.28%81.96%-
XYZ36.352.0531.43-
YUV176.7610593.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=27.22%
G=44.09%
B=28.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292091360.3800.350.18125.2546.5166.27
Hex81D18826023127d2f42
Octal201321210460432217557102
Binary10000001110100011000100010011001000111001011111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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