#84D07F

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

Shades of De York #84D07F

Tints of De York #84D07F

Color information

#84D07F (or 0x84D07F) is unknown color: approx De York. HEX triplet: 84, D0 and 7F. RGB value is (132,208,127). Sum of RGB (Red+Green+Blue) = 132+208+127=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #84D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D07F is #7B2F80. Grayscale: #B0B0B0. Windows color (decimal): -8073089 or 8376452. OLE color: 8376452.

HSL color Cylindrical-coordinate representation of color #84D07F: hue angle of 116.3º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D07F is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB132208127-
CMYK0.3700.390.18
HSL116.3º46.29%65.69%-
HSV(B)116.3º38.94%81.57%-
XYZ35.951.5528.14-
YUV176.04100.3296.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 127 (50% from 255) = 27.19%
R=28.27%
G=44.54%
B=27.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322081270.3700.390.18116.346.2965.69
Hex84D07F2502712742e42
Octal204320177450472216456102
Binary1000010011010000111111110010101001111001011101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,208,127); }

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

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

 a { background-color: rgb(132,208,127); }

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

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

 span { border-color: rgb(132,208,127); }

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