#81D084

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

Shades of De York #81D084

Tints of De York #81D084

Color information

#81D084 (or 0x81D084) is unknown color: approx De York. HEX triplet: 81, D0 and 84. RGB value is (129,208,132). Sum of RGB (Red+Green+Blue) = 129+208+132=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #81D084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D084 is #7E2F7B. Grayscale: #AFAFAF. Windows color (decimal): -8269692 or 8704129. OLE color: 8704129.

HSL color Cylindrical-coordinate representation of color #81D084: hue angle of 122.28º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81D084 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB129208132-
CMYK0.3800.370.18
HSL122.28º45.66%66.08%-
HSV(B)122.28º37.98%81.57%-
XYZ35.7751.4429.87-
YUV175.71103.3394.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 208 (81.64% from 255) = 44.35%
BLUE value IS 132 (51.95% from 255) = 28.14%
R=27.51%
G=44.35%
B=28.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292081320.3800.370.18122.2845.6666.08
Hex81D08426025127a2e42
Octal201320204460452217256102
Binary10000001110100001000010010011001001011001011110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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