#81BB7F

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

Shades of De York #81BB7F

Tints of De York #81BB7F

Color information

#81BB7F (or 0x81BB7F) is unknown color: approx De York. HEX triplet: 81, BB and 7F. RGB value is (129,187,127). Sum of RGB (Red+Green+Blue) = 129+187+127=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BB7F is #7E4480. Grayscale: #A3A3A3. Windows color (decimal): -8275073 or 8371073. OLE color: 8371073.

HSL color Cylindrical-coordinate representation of color #81BB7F: hue angle of 118º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BB7F is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB129187127-
CMYK0.3100.320.27
HSL118º30.61%61.57%-
HSV(B)118º32.09%73.33%-
XYZ30.6541.7426.52-
YUV162.82107.78103.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 127 (50% from 255) = 28.67%
R=29.12%
G=42.21%
B=28.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291871270.3100.320.2711830.6161.57
Hex81BB7F1F0201B761f3e
Octal20127317737040331663776
Binary1000000110111011111111111111010000011011111011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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