#81D496

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

Shades of De York #81D496

Tints of De York #81D496

Color information

#81D496 (or 0x81D496) is unknown color: approx De York. HEX triplet: 81, D4 and 96. RGB value is (129,212,150). Sum of RGB (Red+Green+Blue) = 129+212+150=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #81D496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D496 is #7E2B69. Grayscale: #B4B4B4. Windows color (decimal): -8268650 or 9884801. OLE color: 9884801.

HSL color Cylindrical-coordinate representation of color #81D496: hue angle of 135.18º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D496 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB129212150-
CMYK0.3900.290.17
HSL135.18º49.11%66.86%-
HSV(B)135.18º39.15%83.14%-
XYZ38.153.9637.26-
YUV180.1111191.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.27%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=26.27%
G=43.18%
B=30.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121500.3900.290.17135.1849.1166.86
Hex81D4962701D11873143
Octal201324226470352120761103
Binary10000001110101001001011010011101110110001100001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,212,150); }

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

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

 a { background-color: rgb(129,212,150); }

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

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

 span { border-color: rgb(129,212,150); }

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