#84D996

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

Shades of De York #84D996

Tints of De York #84D996

Color information

#84D996 (or 0x84D996) is unknown color: approx De York. HEX triplet: 84, D9 and 96. RGB value is (132,217,150). Sum of RGB (Red+Green+Blue) = 132+217+150=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #84D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D996 is #7B2669. Grayscale: #B8B8B8. Windows color (decimal): -8070762 or 9886084. OLE color: 9886084.

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

Color convert

RGB132217150-
CMYK0.3900.310.15
HSL132.71º52.8%68.43%-
HSV(B)132.71º39.17%85.1%-
XYZ39.8356.7337.71-
YUV183.95108.8490.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.45%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=26.45%
G=43.49%
B=30.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322171500.3900.310.15132.7152.868.43
Hex84D9962701FF853544
Octal204331226470371720565104
Binary1000010011011001100101101001110111111111100001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,217,150); }

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

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

 a { background-color: rgb(132,217,150); }

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

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

 span { border-color: rgb(132,217,150); }

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