#84D994

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

Shades of De York #84D994

Tints of De York #84D994

Color information

#84D994 (or 0x84D994) is unknown color: approx De York. HEX triplet: 84, D9 and 94. RGB value is (132,217,148). Sum of RGB (Red+Green+Blue) = 132+217+148=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #84D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D994 is #7B266B. Grayscale: #B7B7B7. Windows color (decimal): -8070764 or 9755012. OLE color: 9755012.

HSL color Cylindrical-coordinate representation of color #84D994: hue angle of 131.29º 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 #84D994 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB132217148-
CMYK0.3900.320.15
HSL131.29º52.8%68.43%-
HSV(B)131.29º39.17%85.1%-
XYZ39.6756.6736.86-
YUV183.72107.8491.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=26.56%
G=43.66%
B=29.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322171480.3900.320.15131.2952.868.43
Hex84D99427020F833544
Octal204331224470401720365104
Binary10000100110110011001010010011101000001111100000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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