#81D68A

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

Shades of De York #81D68A

Tints of De York #81D68A

Color information

#81D68A (or 0x81D68A) is unknown color: approx De York. HEX triplet: 81, D6 and 8A. RGB value is (129,214,138). Sum of RGB (Red+Green+Blue) = 129+214+138=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #81D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D68A is #7E2975. Grayscale: #B4B4B4. Windows color (decimal): -8268150 or 9098881. OLE color: 9098881.

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

Color convert

RGB129214138-
CMYK0.4000.360.16
HSL126.35º50.9%67.25%-
HSV(B)126.35º39.72%83.92%-
XYZ37.6954.632.6-
YUV179.92104.3491.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=26.82%
G=44.49%
B=28.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292141380.4000.360.16126.3550.967.25
Hex81D68A28024107e3343
Octal201326212500442017663103
Binary10000001110101101000101010100001001001000011111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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