#81D588

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

Shades of De York #81D588

Tints of De York #81D588

Color information

#81D588 (or 0x81D588) is unknown color: approx De York. HEX triplet: 81, D5 and 88. RGB value is (129,213,136). Sum of RGB (Red+Green+Blue) = 129+213+136=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #81D588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D588 is #7E2A77. Grayscale: #B3B3B3. Windows color (decimal): -8268408 or 8967553. OLE color: 8967553.

HSL color Cylindrical-coordinate representation of color #81D588: hue angle of 125º 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 #81D588 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB129213136-
CMYK0.3900.360.16
HSL125º50%67.06%-
HSV(B)125º39.44%83.53%-
XYZ37.2954.0331.76-
YUV179.11103.6792.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=26.99%
G=44.56%
B=28.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292131360.3900.360.161255067.06
Hex81D58827024107d3243
Octal201325210470442017562103
Binary10000001110101011000100010011101001001000011111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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