#84C490

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

Shades of De York #84C490

Tints of De York #84C490

Color information

#84C490 (or 0x84C490) is unknown color: approx De York. HEX triplet: 84, C4 and 90. RGB value is (132,196,144). Sum of RGB (Red+Green+Blue) = 132+196+144=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #84C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C490 is #7B3B6F. Grayscale: #ABABAB. Windows color (decimal): -8076144 or 9487492. OLE color: 9487492.

HSL color Cylindrical-coordinate representation of color #84C490: hue angle of 131.25º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C490 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB132196144-
CMYK0.3300.270.23
HSL131.25º35.16%64.31%-
HSV(B)131.25º32.65%76.86%-
XYZ34.2946.433.53-
YUV170.94112.8100.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=27.97%
G=41.53%
B=30.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321961440.3300.270.23131.2535.1664.31
Hex84C4902101B17832340
Octal204304220410332720343100
Binary10000100110001001001000010000101101110111100000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,196,144); }

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

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

 a { background-color: rgb(132,196,144); }

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

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

 span { border-color: rgb(132,196,144); }

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