#81B77D

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

Shades of De York #81B77D

Tints of De York #81B77D

Color information

#81B77D (or 0x81B77D) is unknown color: approx De York. HEX triplet: 81, B7 and 7D. RGB value is (129,183,125). Sum of RGB (Red+Green+Blue) = 129+183+125=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #81B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B77D is #7E4882. Grayscale: #A0A0A0. Windows color (decimal): -8276099 or 8238977. OLE color: 8238977.

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

Color convert

RGB129183125-
CMYK0.3000.320.28
HSL115.86º28.71%60.39%-
HSV(B)115.86º31.69%71.76%-
XYZ29.6940.0125.56-
YUV160.24108.11105.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=29.52%
G=41.88%
B=28.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291831250.3000.320.28115.8628.7160.39
Hex81B77D1E0201C741d3c
Octal20126717536040341643574
Binary1000000110110111111110111110010000011100111010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,183,125); }

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

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

 a { background-color: rgb(129,183,125); }

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

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

 span { border-color: rgb(129,183,125); }

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