#84CA8F

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

Shades of De York #84CA8F

Tints of De York #84CA8F

Color information

#84CA8F (or 0x84CA8F) is unknown color: approx De York. HEX triplet: 84, CA and 8F. RGB value is (132,202,143). Sum of RGB (Red+Green+Blue) = 132+202+143=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA8F is #7B3570. Grayscale: #AEAEAE. Windows color (decimal): -8074609 or 9423492. OLE color: 9423492.

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

Color convert

RGB132202143-
CMYK0.3500.290.21
HSL129.43º39.77%65.49%-
HSV(B)129.43º34.65%79.22%-
XYZ35.5949.1333.59-
YUV174.34110.3197.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=27.67%
G=42.35%
B=29.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021430.3500.290.21129.4339.7765.49
Hex84CA8F2301D15812841
Octal204312217430352520150101
Binary10000100110010101000111110001101110110101100000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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