#81D885

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

Shades of De York #81D885

Tints of De York #81D885

Color information

#81D885 (or 0x81D885) is unknown color: approx De York. HEX triplet: 81, D8 and 85. RGB value is (129,216,133). Sum of RGB (Red+Green+Blue) = 129+216+133=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #81D885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D885 is #7E277A. Grayscale: #B4B4B4. Windows color (decimal): -8267643 or 8771713. OLE color: 8771713.

HSL color Cylindrical-coordinate representation of color #81D885: hue angle of 122.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D885 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB129216133-
CMYK0.4000.380.15
HSL122.76º52.73%67.65%-
HSV(B)122.76º40.28%84.71%-
XYZ37.8455.4730.9-
YUV180.52101.1891.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 216 (84.77% from 255) = 45.19%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=26.99%
G=45.19%
B=27.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161330.4000.380.15122.7652.7367.65
Hex81D88528026F7b3544
Octal201330205500461717365104
Binary1000000111011000100001011010000100110111111110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,216,133); }

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

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

 a { background-color: rgb(129,216,133); }

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

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

 span { border-color: rgb(129,216,133); }

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