#84DC8C

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

Shades of De York #84DC8C

Tints of De York #84DC8C

Color information

#84DC8C (or 0x84DC8C) is unknown color: approx De York. HEX triplet: 84, DC and 8C. RGB value is (132,220,140). Sum of RGB (Red+Green+Blue) = 132+220+140=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC8C is #7B2373. Grayscale: #B8B8B8. Windows color (decimal): -8070004 or 9231492. OLE color: 9231492.

HSL color Cylindrical-coordinate representation of color #84DC8C: hue angle of 125.45º 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 #84DC8C is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB132220140-
CMYK0.4000.360.14
HSL125.45º55.7%69.02%-
HSV(B)125.45º40%86.27%-
XYZ39.8457.9933.9-
YUV184.57102.8590.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=26.83%
G=44.72%
B=28.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201400.4000.360.14125.4555.769.02
Hex84DC8C28024E7d3845
Octal204334214500441617570105
Binary1000010011011100100011001010000100100111011111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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