#81D184

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

Shades of De York #81D184

Tints of De York #81D184

Color information

#81D184 (or 0x81D184) is unknown color: approx De York. HEX triplet: 81, D1 and 84. RGB value is (129,209,132). Sum of RGB (Red+Green+Blue) = 129+209+132=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #81D184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D184 is #7E2E7B. Grayscale: #B0B0B0. Windows color (decimal): -8269436 or 8704385. OLE color: 8704385.

HSL color Cylindrical-coordinate representation of color #81D184: hue angle of 122.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 #81D184 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB129209132-
CMYK0.3800.370.18
HSL122.25º46.51%66.27%-
HSV(B)122.25º38.28%81.96%-
XYZ36.0251.9329.96-
YUV176.310394.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.45%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=27.45%
G=44.47%
B=28.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292091320.3800.370.18122.2546.5166.27
Hex81D18426025127a2f42
Octal201321204460452217257102
Binary10000001110100011000010010011001001011001011110101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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