#84CD8D

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

Shades of De York #84CD8D

Tints of De York #84CD8D

Color information

#84CD8D (or 0x84CD8D) is unknown color: approx De York. HEX triplet: 84, CD and 8D. RGB value is (132,205,141). Sum of RGB (Red+Green+Blue) = 132+205+141=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CD8D is #7B3272. Grayscale: #B0B0B0. Windows color (decimal): -8073843 or 9293188. OLE color: 9293188.

HSL color Cylindrical-coordinate representation of color #84CD8D: hue angle of 127.4º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CD8D is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB132205141-
CMYK0.3600.310.20
HSL127.4º42.2%66.08%-
HSV(B)127.4º35.61%80.39%-
XYZ36.1550.4933.04-
YUV175.88108.3296.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=27.62%
G=42.89%
B=29.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051410.3600.310.20127.442.266.08
Hex84CD8D2401F147f2a42
Octal204315215440372417752102
Binary1000010011001101100011011001000111111010011111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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