#84DD8D

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

Shades of De York #84DD8D

Tints of De York #84DD8D

Color information

#84DD8D (or 0x84DD8D) is unknown color: approx De York. HEX triplet: 84, DD and 8D. RGB value is (132,221,141). Sum of RGB (Red+Green+Blue) = 132+221+141=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD8D is #7B2272. Grayscale: #B9B9B9. Windows color (decimal): -8069747 or 9297284. OLE color: 9297284.

HSL color Cylindrical-coordinate representation of color #84DD8D: hue angle of 126.07º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DD8D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB132221141-
CMYK0.4000.360.13
HSL126.07º56.69%69.22%-
HSV(B)126.07º40.27%86.67%-
XYZ40.1858.5434.38-
YUV185.27103.0190-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=26.72%
G=44.74%
B=28.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211410.4000.360.13126.0756.6969.22
Hex84DD8D28024D7e3945
Octal204335215500441517671105
Binary1000010011011101100011011010000100100110111111101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,221,141); }

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

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

 a { background-color: rgb(132,221,141); }

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

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

 span { border-color: rgb(132,221,141); }

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