#81D58C

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

Shades of De York #81D58C

Tints of De York #81D58C

Color information

#81D58C (or 0x81D58C) is unknown color: approx De York. HEX triplet: 81, D5 and 8C. RGB value is (129,213,140). Sum of RGB (Red+Green+Blue) = 129+213+140=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #81D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D58C is #7E2A73. Grayscale: #B3B3B3. Windows color (decimal): -8268404 or 9229697. OLE color: 9229697.

HSL color Cylindrical-coordinate representation of color #81D58C: hue angle of 127.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D58C is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB129213140-
CMYK0.3900.340.16
HSL127.86º50%67.06%-
HSV(B)127.86º39.44%83.53%-
XYZ37.5854.1533.28-
YUV179.56105.6791.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=26.76%
G=44.19%
B=29.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292131400.3900.340.16127.865067.06
Hex81D58C2702210803243
Octal201325214470422020062103
Binary100000011101010110001100100111010001010000100000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,213,140); }

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

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

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

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

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

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

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