#84CB82

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

Shades of De York #84CB82

Tints of De York #84CB82

Color information

#84CB82 (or 0x84CB82) is unknown color: approx De York. HEX triplet: 84, CB and 82. RGB value is (132,203,130). Sum of RGB (Red+Green+Blue) = 132+203+130=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CB82 is #7B347D. Grayscale: #ADADAD. Windows color (decimal): -8074366 or 8571780. OLE color: 8571780.

HSL color Cylindrical-coordinate representation of color #84CB82: hue angle of 118.36º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CB82 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB132203130-
CMYK0.3500.360.20
HSL118.36º41.24%65.29%-
HSV(B)118.36º35.96%79.61%-
XYZ34.949.2328.78-
YUV173.45103.4898.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=28.39%
G=43.66%
B=27.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322031300.3500.360.20118.3641.2465.29
Hex84CB822302414762941
Octal204313202430442416651101
Binary10000100110010111000001010001101001001010011101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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