#84DA85

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

Shades of De York #84DA85

Tints of De York #84DA85

Color information

#84DA85 (or 0x84DA85) is unknown color: approx De York. HEX triplet: 84, DA and 85. RGB value is (132,218,133). Sum of RGB (Red+Green+Blue) = 132+218+133=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA85 is #7B257A. Grayscale: #B6B6B6. Windows color (decimal): -8070523 or 8772228. OLE color: 8772228.

HSL color Cylindrical-coordinate representation of color #84DA85: hue angle of 120.7º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DA85 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB132218133-
CMYK0.3900.390.15
HSL120.7º53.75%68.63%-
HSV(B)120.7º39.45%85.49%-
XYZ38.8256.7431.1-
YUV182.6100.0191.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=27.33%
G=45.13%
B=27.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181330.3900.390.15120.753.7568.63
Hex84DA8527027F793645
Octal204332205470471717166105
Binary1000010011011010100001011001110100111111111110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,133); }

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

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

 a { background-color: rgb(132,218,133); }

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

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

 span { border-color: rgb(132,218,133); }

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