#81BE7A

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

Shades of De York #81BE7A

Tints of De York #81BE7A

Color information

#81BE7A (or 0x81BE7A) is unknown color: approx De York. HEX triplet: 81, BE and 7A. RGB value is (129,190,122). Sum of RGB (Red+Green+Blue) = 129+190+122=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE7A is #7E4185. Grayscale: #A4A4A4. Windows color (decimal): -8274310 or 8044161. OLE color: 8044161.

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

Color convert

RGB129190122-
CMYK0.3200.360.25
HSL113.82º34.34%61.18%-
HSV(B)113.82º35.79%74.51%-
XYZ30.9842.925.06-
YUV164.01104.29103.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.25%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=29.25%
G=43.08%
B=27.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901220.3200.360.25113.8234.3461.18
Hex81BE7A200241972223d
Octal20127617240044311624275
Binary100000011011111011110101000000100100110011110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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