#81D288

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

Shades of De York #81D288

Tints of De York #81D288

Color information

#81D288 (or 0x81D288) is unknown color: approx De York. HEX triplet: 81, D2 and 88. RGB value is (129,210,136). Sum of RGB (Red+Green+Blue) = 129+210+136=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #81D288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D288 is #7E2D77. Grayscale: #B1B1B1. Windows color (decimal): -8269176 or 8966785. OLE color: 8966785.

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

Color convert

RGB129210136-
CMYK0.3900.350.18
HSL125.19º47.37%66.47%-
HSV(B)125.19º38.57%82.35%-
XYZ36.5452.5431.51-
YUV177.34104.6693.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=27.16%
G=44.21%
B=28.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292101360.3900.350.18125.1947.3766.47
Hex81D28827023127d2f42
Octal201322210470432217557102
Binary10000001110100101000100010011101000111001011111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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