#81DA84

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

Shades of De York #81DA84

Tints of De York #81DA84

Color information

#81DA84 (or 0x81DA84) is unknown color: approx De York. HEX triplet: 81, DA and 84. RGB value is (129,218,132). Sum of RGB (Red+Green+Blue) = 129+218+132=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DA84 is #7E257B. Grayscale: #B5B5B5. Windows color (decimal): -8267132 or 8706689. OLE color: 8706689.

HSL color Cylindrical-coordinate representation of color #81DA84: hue angle of 122.02º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DA84 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB129218132-
CMYK0.4100.390.15
HSL122.02º54.6%68.04%-
HSV(B)122.02º40.83%85.49%-
XYZ38.2956.4830.71-
YUV181.58100.0190.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.93%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=26.93%
G=45.51%
B=27.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292181320.4100.390.15122.0254.668.04
Hex81DA8429027F7a3744
Octal201332204510471717267104
Binary1000000111011010100001001010010100111111111110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,218,132); }

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

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

 a { background-color: rgb(129,218,132); }

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

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

 span { border-color: rgb(129,218,132); }

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