#84DE8C

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

Shades of De York #84DE8C

Tints of De York #84DE8C

Color information

#84DE8C (or 0x84DE8C) is unknown color: approx De York. HEX triplet: 84, DE and 8C. RGB value is (132,222,140). Sum of RGB (Red+Green+Blue) = 132+222+140=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #84DE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DE8C is #7B2173. Grayscale: #B9B9B9. Windows color (decimal): -8069492 or 9232004. OLE color: 9232004.

HSL color Cylindrical-coordinate representation of color #84DE8C: hue angle of 125.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DE8C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB132222140-
CMYK0.4100.370.13
HSL125.33º57.69%69.41%-
HSV(B)125.33º40.54%87.06%-
XYZ40.3759.0434.08-
YUV185.74102.1889.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 222 (87.11% from 255) = 44.94%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=26.72%
G=44.94%
B=28.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322221400.4100.370.13125.3357.6969.41
Hex84DE8C29025D7d3a45
Octal204336214510451517572105
Binary1000010011011110100011001010010100101110111111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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