#84D393

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

Shades of De York #84D393

Tints of De York #84D393

Color information

#84D393 (or 0x84D393) is unknown color: approx De York. HEX triplet: 84, D3 and 93. RGB value is (132,211,147). Sum of RGB (Red+Green+Blue) = 132+211+147=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #84D393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D393 is #7B2C6C. Grayscale: #B4B4B4. Windows color (decimal): -8072301 or 9687940. OLE color: 9687940.

HSL color Cylindrical-coordinate representation of color #84D393: hue angle of 131.39º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D393 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB132211147-
CMYK0.3700.300.17
HSL131.39º47.31%67.25%-
HSV(B)131.39º37.44%82.75%-
XYZ38.0853.635.94-
YUV180.08109.3393.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 211 (82.81% from 255) = 43.06%
BLUE value IS 147 (57.81% from 255) = 30%
R=26.94%
G=43.06%
B=30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1322111470.3700.300.17131.3947.3167.25
Hex84D3932501E11832f43
Octal204323223450362120357103
Binary10000100110100111001001110010101111010001100000111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,211,147); }

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

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

 a { background-color: rgb(132,211,147); }

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

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

 span { border-color: rgb(132,211,147); }

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