#81D696

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

Shades of De York #81D696

Tints of De York #81D696

Color information

#81D696 (or 0x81D696) is unknown color: approx De York. HEX triplet: 81, D6 and 96. RGB value is (129,214,150). Sum of RGB (Red+Green+Blue) = 129+214+150=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #81D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D696 is #7E2969. Grayscale: #B5B5B5. Windows color (decimal): -8268138 or 9885313. OLE color: 9885313.

HSL color Cylindrical-coordinate representation of color #81D696: hue angle of 134.82º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D696 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB129214150-
CMYK0.4000.300.16
HSL134.82º50.9%67.25%-
HSV(B)134.82º39.72%83.92%-
XYZ38.654.9637.43-
YUV181.29110.3490.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=26.17%
G=43.41%
B=30.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292141500.4000.300.16134.8250.967.25
Hex81D6962801E10873343
Octal201326226500362020763103
Binary10000001110101101001011010100001111010000100001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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