#84CA8C

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

Shades of De York #84CA8C

Tints of De York #84CA8C

Color information

#84CA8C (or 0x84CA8C) is unknown color: approx De York. HEX triplet: 84, CA and 8C. RGB value is (132,202,140). Sum of RGB (Red+Green+Blue) = 132+202+140=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA8C is #7B3573. Grayscale: #AEAEAE. Windows color (decimal): -8074612 or 9226884. OLE color: 9226884.

HSL color Cylindrical-coordinate representation of color #84CA8C: hue angle of 126.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CA8C is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB132202140-
CMYK0.3500.310.21
HSL126.86º39.77%65.49%-
HSV(B)126.86º34.65%79.22%-
XYZ35.3749.0432.41-
YUV174108.8198.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.85%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=27.85%
G=42.62%
B=29.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021400.3500.310.21126.8639.7765.49
Hex84CA8C2301F157f2841
Octal204312214430372517750101
Binary1000010011001010100011001000110111111010111111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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