#81D78E

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

Shades of De York #81D78E

Tints of De York #81D78E

Color information

#81D78E (or 0x81D78E) is unknown color: approx De York. HEX triplet: 81, D7 and 8E. RGB value is (129,215,142). Sum of RGB (Red+Green+Blue) = 129+215+142=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #81D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D78E is #7E2871. Grayscale: #B5B5B5. Windows color (decimal): -8267890 or 9361281. OLE color: 9361281.

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

Color convert

RGB129215142-
CMYK0.400.340.16
HSL129.07º51.81%67.45%-
HSV(B)129.07º40%84.31%-
XYZ38.2455.2234.23-
YUV180.96106.0190.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 215 (84.38% from 255) = 44.24%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=26.54%
G=44.24%
B=29.22%

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
Decimal1292151420.400.340.16129.0751.8167.45
Hex81D78E2802210813443
Octal201327216500422020164103
Binary100000011101011110001110101000010001010000100000011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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