#81C776

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

Shades of De York #81C776

Tints of De York #81C776

Color information

#81C776 (or 0x81C776) is unknown color: approx De York. HEX triplet: 81, C7 and 76. RGB value is (129,199,118). Sum of RGB (Red+Green+Blue) = 129+199+118=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #81C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C776 is #7E3889. Grayscale: #A9A9A9. Windows color (decimal): -8272010 or 7784321. OLE color: 7784321.

HSL color Cylindrical-coordinate representation of color #81C776: hue angle of 111.85º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81C776 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB129199118-
CMYK0.3500.410.22
HSL111.85º41.97%62.16%-
HSV(B)111.85º40.7%78.04%-
XYZ32.7546.8224.45-
YUV168.8499.3199.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 199 (78.12% from 255) = 44.62%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=28.92%
G=44.62%
B=26.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291991180.3500.410.22111.8541.9762.16
Hex81C7762302916702a3e
Octal20130716643051261605276
Binary100000011100011111101101000110101001101101110000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,199,118); }

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

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

 a { background-color: rgb(129,199,118); }

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

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

 span { border-color: rgb(129,199,118); }

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