#81D68D

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

Shades of De York #81D68D

Tints of De York #81D68D

Color information

#81D68D (or 0x81D68D) is unknown color: approx De York. HEX triplet: 81, D6 and 8D. RGB value is (129,214,141). Sum of RGB (Red+Green+Blue) = 129+214+141=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #81D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D68D is #7E2972. Grayscale: #B4B4B4. Windows color (decimal): -8268147 or 9295489. OLE color: 9295489.

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

Color convert

RGB129214141-
CMYK0.4000.340.16
HSL128.47º50.9%67.25%-
HSV(B)128.47º39.72%83.92%-
XYZ37.9154.6833.76-
YUV180.26105.8491.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=26.65%
G=44.21%
B=29.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292141410.4000.340.16128.4750.967.25
Hex81D68D2802210803343
Octal201326215500422020063103
Binary100000011101011010001101101000010001010000100000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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