#81D48D

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

Shades of De York #81D48D

Tints of De York #81D48D

Color information

#81D48D (or 0x81D48D) is unknown color: approx De York. HEX triplet: 81, D4 and 8D. RGB value is (129,212,141). Sum of RGB (Red+Green+Blue) = 129+212+141=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #81D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D48D is #7E2B72. Grayscale: #B3B3B3. Windows color (decimal): -8268659 or 9294977. OLE color: 9294977.

HSL color Cylindrical-coordinate representation of color #81D48D: hue angle of 128.67º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D48D is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB129212141-
CMYK0.3900.330.17
HSL128.67º49.11%66.86%-
HSV(B)128.67º39.15%83.14%-
XYZ37.453.6833.59-
YUV179.09106.592.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=26.76%
G=43.98%
B=29.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121410.3900.330.17128.6749.1166.86
Hex81D48D2702111813143
Octal201324215470412120161103
Binary100000011101010010001101100111010000110001100000011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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