#84DC8E

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

Shades of De York #84DC8E

Tints of De York #84DC8E

Color information

#84DC8E (or 0x84DC8E) is unknown color: approx De York. HEX triplet: 84, DC and 8E. RGB value is (132,220,142). Sum of RGB (Red+Green+Blue) = 132+220+142=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC8E is #7B2371. Grayscale: #B9B9B9. Windows color (decimal): -8070002 or 9362564. OLE color: 9362564.

HSL color Cylindrical-coordinate representation of color #84DC8E: hue angle of 126.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DC8E is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB132220142-
CMYK0.4000.350.14
HSL126.82º55.7%69.02%-
HSV(B)126.82º40%86.27%-
XYZ39.9958.0434.69-
YUV184.8103.8590.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 220 (86.33% from 255) = 44.53%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=26.72%
G=44.53%
B=28.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201420.4000.350.14126.8255.769.02
Hex84DC8E28023E7f3845
Octal204334216500431617770105
Binary1000010011011100100011101010000100011111011111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DC8E; }

 p { color: rgb(132,220,142); }

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

<style>
 a { background-color: #84DC8E; }

 a { background-color: rgb(132,220,142); }

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

<style>
 span { border-color: #84DC8E; }

 span { border-color: rgb(132,220,142); }

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