#81BA81

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

Shades of De York #81BA81

Tints of De York #81BA81

Color information

#81BA81 (or 0x81BA81) is unknown color: approx De York. HEX triplet: 81, BA and 81. RGB value is (129,186,129). Sum of RGB (Red+Green+Blue) = 129+186+129=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BA81 is #7E457E. Grayscale: #A2A2A2. Windows color (decimal): -8275327 or 8501889. OLE color: 8501889.

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

Color convert

RGB129186129-
CMYK0.3100.310.27
HSL120º29.23%61.76%-
HSV(B)120º30.65%72.94%-
XYZ30.5741.3727.14-
YUV162.46109.12104.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=29.05%
G=41.89%
B=29.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291861290.3100.310.2712029.2361.76
Hex81BA811F01F1B781d3e
Octal20127220137037331703576
Binary1000000110111010100000011111101111111011111100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,186,129); }

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

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

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

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

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

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

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