#84CA8E

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

Shades of De York #84CA8E

Tints of De York #84CA8E

Color information

#84CA8E (or 0x84CA8E) is unknown color: approx De York. HEX triplet: 84, CA and 8E. RGB value is (132,202,142). Sum of RGB (Red+Green+Blue) = 132+202+142=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA8E is #7B3571. Grayscale: #AEAEAE. Windows color (decimal): -8074610 or 9357956. OLE color: 9357956.

HSL color Cylindrical-coordinate representation of color #84CA8E: hue angle of 128.57º 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 #84CA8E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB132202142-
CMYK0.3500.300.21
HSL128.57º39.77%65.49%-
HSV(B)128.57º34.65%79.22%-
XYZ35.5249.133.2-
YUV174.23109.8197.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=27.73%
G=42.44%
B=29.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021420.3500.300.21128.5739.7765.49
Hex84CA8E2301E15812841
Octal204312216430362520150101
Binary10000100110010101000111010001101111010101100000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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