#81BF82

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

Shades of De York #81BF82

Tints of De York #81BF82

Color information

#81BF82 (or 0x81BF82) is unknown color: approx De York. HEX triplet: 81, BF and 82. RGB value is (129,191,130). Sum of RGB (Red+Green+Blue) = 129+191+130=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BF82 is #7E407D. Grayscale: #A5A5A5. Windows color (decimal): -8274046 or 8568705. OLE color: 8568705.

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

Color convert

RGB129191130-
CMYK0.3200.320.25
HSL120.97º32.63%62.75%-
HSV(B)120.97º32.46%74.9%-
XYZ31.7143.5427.85-
YUV165.51107.96101.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.67%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=28.67%
G=42.44%
B=28.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291911300.3200.320.25120.9732.6362.75
Hex81BF82200201979213f
Octal20127720240040311714177
Binary1000000110111111100000101000000100000110011111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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