#81B87F

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

Shades of De York #81B87F

Tints of De York #81B87F

Color information

#81B87F (or 0x81B87F) is unknown color: approx De York. HEX triplet: 81, B8 and 7F. RGB value is (129,184,127). Sum of RGB (Red+Green+Blue) = 129+184+127=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #81B87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B87F is #7E4780. Grayscale: #A1A1A1. Windows color (decimal): -8275841 or 8370305. OLE color: 8370305.

HSL color Cylindrical-coordinate representation of color #81B87F: hue angle of 117.89º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81B87F is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB129184127-
CMYK0.3000.310.28
HSL117.89º28.64%60.98%-
HSV(B)117.89º30.98%72.16%-
XYZ30.0240.4826.31-
YUV161.06108.78105.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.32%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 127 (50% from 255) = 28.86%
R=29.32%
G=41.82%
B=28.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291841270.3000.310.28117.8928.6460.98
Hex81B87F1E01F1C761d3d
Octal20127017736037341663575
Binary100000011011100011111111111001111111100111011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,184,127); }

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

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

 a { background-color: rgb(129,184,127); }

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

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

 span { border-color: rgb(129,184,127); }

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