#84C882

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

Shades of De York #84C882

Tints of De York #84C882

Color information

#84C882 (or 0x84C882) is unknown color: approx De York. HEX triplet: 84, C8 and 82. RGB value is (132,200,130). Sum of RGB (Red+Green+Blue) = 132+200+130=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #84C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C882 is #7B377D. Grayscale: #ABABAB. Windows color (decimal): -8075134 or 8571012. OLE color: 8571012.

HSL color Cylindrical-coordinate representation of color #84C882: hue angle of 118.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C882 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB132200130-
CMYK0.3400.350.22
HSL118.29º38.89%64.71%-
HSV(B)118.29º35%78.43%-
XYZ34.247.8328.55-
YUV171.69104.4799.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 200 (78.52% from 255) = 43.29%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=28.57%
G=43.29%
B=28.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1322001300.3400.350.22118.2938.8964.71
Hex84C8822202316762741
Octal204310202420432616647101
Binary10000100110010001000001010001001000111011011101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,200,130); }

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

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

 a { background-color: rgb(132,200,130); }

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

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

 span { border-color: rgb(132,200,130); }

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