#81D68B

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

Shades of De York #81D68B

Tints of De York #81D68B

Color information

#81D68B (or 0x81D68B) is unknown color: approx De York. HEX triplet: 81, D6 and 8B. RGB value is (129,214,139). Sum of RGB (Red+Green+Blue) = 129+214+139=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #81D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D68B is #7E2974. Grayscale: #B4B4B4. Windows color (decimal): -8268149 or 9164417. OLE color: 9164417.

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

Color convert

RGB129214139-
CMYK0.4000.350.16
HSL127.06º50.9%67.25%-
HSV(B)127.06º39.72%83.92%-
XYZ37.7654.6232.98-
YUV180.04104.8491.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 214 (83.98% from 255) = 44.40%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=26.76%
G=44.40%
B=28.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292141390.4000.350.16127.0650.967.25
Hex81D68B28023107f3343
Octal201326213500432017763103
Binary10000001110101101000101110100001000111000011111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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