#84BF7C

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

Shades of De York #84BF7C

Tints of De York #84BF7C

Color information

#84BF7C (or 0x84BF7C) is unknown color: approx De York. HEX triplet: 84, BF and 7C. RGB value is (132,191,124). Sum of RGB (Red+Green+Blue) = 132+191+124=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF7C is #7B4083. Grayscale: #A5A5A5. Windows color (decimal): -8077444 or 8175492. OLE color: 8175492.

HSL color Cylindrical-coordinate representation of color #84BF7C: hue angle of 112.84º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BF7C is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB132191124-
CMYK0.3100.350.25
HSL112.84º34.36%61.76%-
HSV(B)112.84º35.08%74.9%-
XYZ31.7843.6225.81-
YUV165.72104.45103.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=29.53%
G=42.73%
B=27.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321911240.3100.350.25112.8434.3661.76
Hex84BF7C1F0231971223e
Octal20427717437043311614276
Binary10000100101111111111100111110100011110011110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,191,124); }

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

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

 a { background-color: rgb(132,191,124); }

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

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

 span { border-color: rgb(132,191,124); }

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