#81D88B

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

Shades of De York #81D88B

Tints of De York #81D88B

Color information

#81D88B (or 0x81D88B) is unknown color: approx De York. HEX triplet: 81, D8 and 8B. RGB value is (129,216,139). Sum of RGB (Red+Green+Blue) = 129+216+139=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #81D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D88B is #7E2774. Grayscale: #B5B5B5. Windows color (decimal): -8267637 or 9164929. OLE color: 9164929.

HSL color Cylindrical-coordinate representation of color #81D88B: hue angle of 126.9º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D88B is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB129216139-
CMYK0.4000.360.15
HSL126.9º52.73%67.65%-
HSV(B)126.9º40.28%84.71%-
XYZ38.2755.6433.15-
YUV181.21104.1890.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=26.65%
G=44.63%
B=28.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161390.4000.360.15126.952.7367.65
Hex81D88B28024F7f3544
Octal201330213500441717765104
Binary1000000111011000100010111010000100100111111111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,216,139); }

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

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

 a { background-color: rgb(129,216,139); }

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

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

 span { border-color: rgb(129,216,139); }

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