#84C58A

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

Shades of De York #84C58A

Tints of De York #84C58A

Color information

#84C58A (or 0x84C58A) is unknown color: approx De York. HEX triplet: 84, C5 and 8A. RGB value is (132,197,138). Sum of RGB (Red+Green+Blue) = 132+197+138=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #84C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C58A is #7B3A75. Grayscale: #ABABAB. Windows color (decimal): -8075894 or 9094532. OLE color: 9094532.

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

Color convert

RGB132197138-
CMYK0.3300.300.23
HSL125.54º35.91%64.51%-
HSV(B)125.54º32.99%77.25%-
XYZ34.0746.6731.26-
YUV170.84109.47100.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=28.27%
G=42.18%
B=29.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321971380.3300.300.23125.5435.9164.51
Hex84C58A2101E177e2441
Octal204305212410362717644101
Binary1000010011000101100010101000010111101011111111101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,197,138); }

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

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

 a { background-color: rgb(132,197,138); }

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

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

 span { border-color: rgb(132,197,138); }

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