#84dd8e

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

Shades of De York #84DD8E

Tints of De York #84DD8E

Color information

#84DD8E (or 0x84DD8E) is unknown color: approx De York. HEX triplet: 84, DD and 8E. RGB value is (132,221,142). Sum of RGB (Red+Green+Blue) = 132+221+142=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD8E is #7B2271. Grayscale: #B9B9B9. Windows color (decimal): -8069746 or 9362820. OLE color: 9362820.

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

Color convert

RGB132221142-
CMYK0.4000.360.13
HSL126.74º56.69%69.22%-
HSV(B)126.74º40.27%86.67%-
XYZ40.2558.5734.77-
YUV185.38103.5189.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=26.67%
G=44.65%
B=28.69%

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
Decimal1322211420.4000.360.13126.7456.6969.22
Hex84DD8E28024D7f3945
Octal204335216500441517771105
Binary1000010011011101100011101010000100100110111111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84dd8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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