#81D88D

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

Shades of De York #81D88D

Tints of De York #81D88D

Color information

#81D88D (or 0x81D88D) is unknown color: approx De York. HEX triplet: 81, D8 and 8D. RGB value is (129,216,141). Sum of RGB (Red+Green+Blue) = 129+216+141=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #81D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D88D is #7E2772. Grayscale: #B5B5B5. Windows color (decimal): -8267635 or 9296001. OLE color: 9296001.

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

Color convert

RGB129216141-
CMYK0.4000.350.15
HSL128.28º52.73%67.65%-
HSV(B)128.28º40.28%84.71%-
XYZ38.4255.733.93-
YUV181.44105.1890.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 216 (84.77% from 255) = 44.44%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=26.54%
G=44.44%
B=29.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161410.4000.350.15128.2852.7367.65
Hex81D88D28023F803544
Octal201330215500431720065104
Binary10000001110110001000110110100001000111111100000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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