#81BF88

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

Shades of De York #81BF88

Tints of De York #81BF88

Color information

#81BF88 (or 0x81BF88) is unknown color: approx De York. HEX triplet: 81, BF and 88. RGB value is (129,191,136). Sum of RGB (Red+Green+Blue) = 129+191+136=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BF88 is #7E4077. Grayscale: #A6A6A6. Windows color (decimal): -8274040 or 8961921. OLE color: 8961921.

HSL color Cylindrical-coordinate representation of color #81BF88: hue angle of 126.77º degrees, saturation: 0.33, 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 #81BF88 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB129191136-
CMYK0.3200.290.25
HSL126.77º32.63%62.75%-
HSV(B)126.77º32.46%74.9%-
XYZ32.1343.7130.04-
YUV166.19110.96101.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=28.29%
G=41.89%
B=29.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291911360.3200.290.25126.7732.6362.75
Hex81BF882001D197f213f
Octal20127721040035311774177
Binary100000011011111110001000100000011101110011111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,191,136); }

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

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

 a { background-color: rgb(129,191,136); }

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

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

 span { border-color: rgb(129,191,136); }

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