#81BC7E

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

Shades of De York #81BC7E

Tints of De York #81BC7E

Color information

#81BC7E (or 0x81BC7E) is unknown color: approx De York. HEX triplet: 81, BC and 7E. RGB value is (129,188,126). Sum of RGB (Red+Green+Blue) = 129+188+126=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC7E is #7E4381. Grayscale: #A3A3A3. Windows color (decimal): -8274818 or 8305793. OLE color: 8305793.

HSL color Cylindrical-coordinate representation of color #81BC7E: hue angle of 117.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81BC7E is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB129188126-
CMYK0.3100.330.26
HSL117.1º31.63%61.57%-
HSV(B)117.1º32.98%73.73%-
XYZ30.842.1426.25-
YUV163.29106.95103.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=29.12%
G=42.44%
B=28.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291881260.3100.330.26117.131.6361.57
Hex81BC7E1F0211A75203e
Octal20127417637041321654076
Binary10000001101111001111110111110100001110101110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,188,126); }

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

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

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

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

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

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

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