#84DC97

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

Shades of De York #84DC97

Tints of De York #84DC97

Color information

#84DC97 (or 0x84DC97) is unknown color: approx De York. HEX triplet: 84, DC and 97. RGB value is (132,220,151). Sum of RGB (Red+Green+Blue) = 132+220+151=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC97 is #7B2368. Grayscale: #BABABA. Windows color (decimal): -8069993 or 9952388. OLE color: 9952388.

HSL color Cylindrical-coordinate representation of color #84DC97: hue angle of 132.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DC97 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB132220151-
CMYK0.4000.310.14
HSL132.95º55.7%69.02%-
HSV(B)132.95º40%86.27%-
XYZ40.6958.3338.39-
YUV185.82108.3589.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.24%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=26.24%
G=43.74%
B=30.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201510.4000.310.14132.9555.769.02
Hex84DC972801FE853845
Octal204334227500371620570105
Binary1000010011011100100101111010000111111110100001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,151); }

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

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

 a { background-color: rgb(132,220,151); }

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

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

 span { border-color: rgb(132,220,151); }

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