#84CA8D

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

Shades of De York #84CA8D

Tints of De York #84CA8D

Color information

#84CA8D (or 0x84CA8D) is unknown color: approx De York. HEX triplet: 84, CA and 8D. RGB value is (132,202,141). Sum of RGB (Red+Green+Blue) = 132+202+141=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA8D is #7B3572. Grayscale: #AEAEAE. Windows color (decimal): -8074611 or 9292420. OLE color: 9292420.

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

Color convert

RGB132202141-
CMYK0.3500.300.21
HSL127.71º39.77%65.49%-
HSV(B)127.71º34.65%79.22%-
XYZ35.4449.0732.8-
YUV174.12109.3197.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=27.79%
G=42.53%
B=29.68%

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
Decimal1322021410.3500.300.21127.7139.7765.49
Hex84CA8D2301E15802841
Octal204312215430362520050101
Binary10000100110010101000110110001101111010101100000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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