#81C18D

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

Shades of De York #81C18D

Tints of De York #81C18D

Color information

#81C18D (or 0x81C18D) is unknown color: approx De York. HEX triplet: 81, C1 and 8D. RGB value is (129,193,141). Sum of RGB (Red+Green+Blue) = 129+193+141=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #81C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C18D is #7E3E72. Grayscale: #A8A8A8. Windows color (decimal): -8273523 or 9290113. OLE color: 9290113.

HSL color Cylindrical-coordinate representation of color #81C18D: hue angle of 131.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C18D is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB129193141-
CMYK0.3300.270.24
HSL131.25º34.04%63.14%-
HSV(B)131.25º33.16%75.69%-
XYZ32.9344.7332.1-
YUV167.94112.8100.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=27.86%
G=41.68%
B=30.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291931410.3300.270.24131.2534.0463.14
Hex81C18D2101B1883223f
Octal20130121541033302034277
Binary1000000111000001100011011000010110111100010000011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,193,141); }

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

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

 a { background-color: rgb(129,193,141); }

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

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

 span { border-color: rgb(129,193,141); }

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