#81D88F

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

Shades of De York #81D88F

Tints of De York #81D88F

Color information

#81D88F (or 0x81D88F) is unknown color: approx De York. HEX triplet: 81, D8 and 8F. RGB value is (129,216,143). Sum of RGB (Red+Green+Blue) = 129+216+143=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #81D88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D88F is #7E2770. Grayscale: #B5B5B5. Windows color (decimal): -8267633 or 9427073. OLE color: 9427073.

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

Color convert

RGB129216143-
CMYK0.4000.340.15
HSL129.66º52.73%67.65%-
HSV(B)129.66º40.28%84.71%-
XYZ38.5755.7634.72-
YUV181.66106.1890.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.43%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=26.43%
G=44.26%
B=29.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161430.4000.340.15129.6652.7367.65
Hex81D88F28022F823544
Octal201330217500421720265104
Binary10000001110110001000111110100001000101111100000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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