#81be8c

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

Shades of De York #81BE8C

Tints of De York #81BE8C

Color information

#81BE8C (or 0x81BE8C) is unknown color: approx De York. HEX triplet: 81, BE and 8C. RGB value is (129,190,140). Sum of RGB (Red+Green+Blue) = 129+190+140=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE8C is #7E4173. Grayscale: #A6A6A6. Windows color (decimal): -8274292 or 9223809. OLE color: 9223809.

HSL color Cylindrical-coordinate representation of color #81BE8C: hue angle of 130.82º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BE8C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB129190140-
CMYK0.3200.260.25
HSL130.82º31.94%62.55%-
HSV(B)130.82º32.11%74.51%-
XYZ32.243.3931.49-
YUV166.06113.29101.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=28.10%
G=41.39%
B=30.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901400.3200.260.25130.8231.9462.55
Hex81BE8C2001A1983203f
Octal20127621440032312034077
Binary1000000110111110100011001000000110101100110000011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81be8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,140); }

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

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

 a { background-color: rgb(129,190,140); }

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

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

 span { border-color: rgb(129,190,140); }

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