#84CA91

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

Shades of De York #84CA91

Tints of De York #84CA91

Color information

#84CA91 (or 0x84CA91) is unknown color: approx De York. HEX triplet: 84, CA and 91. RGB value is (132,202,145). Sum of RGB (Red+Green+Blue) = 132+202+145=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA91 is #7B356E. Grayscale: #AEAEAE. Windows color (decimal): -8074607 or 9554564. OLE color: 9554564.

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

Color convert

RGB132202145-
CMYK0.3500.280.21
HSL131.14º39.77%65.49%-
HSV(B)131.14º34.65%79.22%-
XYZ35.7549.1934.4-
YUV174.57111.3197.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=27.56%
G=42.17%
B=30.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021450.3500.280.21131.1439.7765.49
Hex84CA912301C15832841
Octal204312221430342520350101
Binary10000100110010101001000110001101110010101100000111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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