#84DB91

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

Shades of De York #84DB91

Tints of De York #84DB91

Color information

#84DB91 (or 0x84DB91) is unknown color: approx De York. HEX triplet: 84, DB and 91. RGB value is (132,219,145). Sum of RGB (Red+Green+Blue) = 132+219+145=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DB91 is #7B246E. Grayscale: #B8B8B8. Windows color (decimal): -8070255 or 9558916. OLE color: 9558916.

HSL color Cylindrical-coordinate representation of color #84DB91: hue angle of 128.97º degrees, saturation: 0.55, 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 #84DB91 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB132219145-
CMYK0.4000.340.14
HSL128.97º54.72%68.82%-
HSV(B)128.97º39.73%85.88%-
XYZ39.9657.6135.8-
YUV184.55105.6890.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.61%
GREEN value IS 219 (85.94% from 255) = 44.15%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=26.61%
G=44.15%
B=29.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322191450.4000.340.14128.9754.7268.82
Hex84DB9128022E813745
Octal204333221500421620167105
Binary10000100110110111001000110100001000101110100000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,219,145); }

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

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

 a { background-color: rgb(132,219,145); }

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

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

 span { border-color: rgb(132,219,145); }

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