#81D78D

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

Shades of De York #81D78D

Tints of De York #81D78D

Color information

#81D78D (or 0x81D78D) is unknown color: approx De York. HEX triplet: 81, D7 and 8D. RGB value is (129,215,141). Sum of RGB (Red+Green+Blue) = 129+215+141=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #81D78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D78D is #7E2872. Grayscale: #B5B5B5. Windows color (decimal): -8267891 or 9295745. OLE color: 9295745.

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

Color convert

RGB129215141-
CMYK0.400.340.16
HSL128.37º51.81%67.45%-
HSV(B)128.37º40%84.31%-
XYZ38.1655.1933.84-
YUV180.85105.5191.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.60%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=26.60%
G=44.33%
B=29.07%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292151410.400.340.16128.3751.8167.45
Hex81D78D2802210803443
Octal201327215500422020064103
Binary100000011101011110001101101000010001010000100000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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