#84D691

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

Shades of De York #84D691

Tints of De York #84D691

Color information

#84D691 (or 0x84D691) is unknown color: approx De York. HEX triplet: 84, D6 and 91. RGB value is (132,214,145). Sum of RGB (Red+Green+Blue) = 132+214+145=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #84D691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D691 is #7B296E. Grayscale: #B5B5B5. Windows color (decimal): -8071535 or 9557636. OLE color: 9557636.

HSL color Cylindrical-coordinate representation of color #84D691: hue angle of 129.51º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D691 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB132214145-
CMYK0.3800.320.16
HSL129.51º50%67.84%-
HSV(B)129.51º38.32%83.92%-
XYZ38.6755.0435.37-
YUV181.62107.3392.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=26.88%
G=43.58%
B=29.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322141450.3800.320.16129.515067.84
Hex84D6912602010823244
Octal204326221460402020262104
Binary100001001101011010010001100110010000010000100000101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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