#81D888

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

Shades of De York #81D888

Tints of De York #81D888

Color information

#81D888 (or 0x81D888) is unknown color: approx De York. HEX triplet: 81, D8 and 88. RGB value is (129,216,136). Sum of RGB (Red+Green+Blue) = 129+216+136=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #81D888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D888 is #7E2777. Grayscale: #B5B5B5. Windows color (decimal): -8267640 or 8968321. OLE color: 8968321.

HSL color Cylindrical-coordinate representation of color #81D888: hue angle of 124.83º 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 #81D888 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB129216136-
CMYK0.4000.370.15
HSL124.83º52.73%67.65%-
HSV(B)124.83º40.28%84.71%-
XYZ38.0555.5632.01-
YUV180.87102.6891-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=26.82%
G=44.91%
B=28.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161360.4000.370.15124.8352.7367.65
Hex81D88828025F7d3544
Octal201330210500451717565104
Binary1000000111011000100010001010000100101111111111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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