#81D69A

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

Shades of De York #81D69A

Tints of De York #81D69A

Color information

#81D69A (or 0x81D69A) is unknown color: approx De York. HEX triplet: 81, D6 and 9A. RGB value is (129,214,154). Sum of RGB (Red+Green+Blue) = 129+214+154=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #81D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D69A is #7E2965. Grayscale: #B5B5B5. Windows color (decimal): -8268134 or 10147457. OLE color: 10147457.

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

Color convert

RGB129214154-
CMYK0.4000.280.16
HSL137.65º50.9%67.25%-
HSV(B)137.65º39.72%83.92%-
XYZ38.9355.0939.15-
YUV181.74112.3490.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.96%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=25.96%
G=43.06%
B=30.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292141540.4000.280.16137.6550.967.25
Hex81D69A2801C108a3343
Octal201326232500342021263103
Binary10000001110101101001101010100001110010000100010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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