#84BC7D

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

Shades of De York #84BC7D

Tints of De York #84BC7D

Color information

#84BC7D (or 0x84BC7D) is unknown color: approx De York. HEX triplet: 84, BC and 7D. RGB value is (132,188,125). Sum of RGB (Red+Green+Blue) = 132+188+125=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC7D is #7B4382. Grayscale: #A4A4A4. Windows color (decimal): -8078211 or 8240260. OLE color: 8240260.

HSL color Cylindrical-coordinate representation of color #84BC7D: hue angle of 113.33º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84BC7D is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB132188125-
CMYK0.3000.340.26
HSL113.33º31.98%61.37%-
HSV(B)113.33º33.51%73.73%-
XYZ31.242.3525.93-
YUV164.07105.95105.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=29.66%
G=42.25%
B=28.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321881250.3000.340.26113.3331.9861.37
Hex84BC7D1E0221A71203d
Octal20427417536042321614075
Binary10000100101111001111101111100100010110101110001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,188,125); }

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

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

 a { background-color: rgb(132,188,125); }

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

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

 span { border-color: rgb(132,188,125); }

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