#81D27F

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

Shades of De York #81D27F

Tints of De York #81D27F

Color information

#81D27F (or 0x81D27F) is unknown color: approx De York. HEX triplet: 81, D2 and 7F. RGB value is (129,210,127). Sum of RGB (Red+Green+Blue) = 129+210+127=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #81D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D27F is #7E2D80. Grayscale: #B0B0B0. Windows color (decimal): -8269185 or 8376961. OLE color: 8376961.

HSL color Cylindrical-coordinate representation of color #81D27F: hue angle of 118.55º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D27F is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB129210127-
CMYK0.3900.400.18
HSL118.55º47.98%66.08%-
HSV(B)118.55º39.52%82.35%-
XYZ35.9352.2928.28-
YUV176.32100.1694.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 210 (82.42% from 255) = 45.06%
BLUE value IS 127 (50% from 255) = 27.25%
R=27.68%
G=45.06%
B=27.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292101270.3900.400.18118.5547.9866.08
Hex81D27F2702812773042
Octal201322177470502216760102
Binary1000000111010010111111110011101010001001011101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,210,127); }

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

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

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

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

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

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

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