#84CA76

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

Shades of De York #84CA76

Tints of De York #84CA76

Color information

#84CA76 (or 0x84CA76) is unknown color: approx De York. HEX triplet: 84, CA and 76. RGB value is (132,202,118). Sum of RGB (Red+Green+Blue) = 132+202+118=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA76 is #7B3589. Grayscale: #ABABAB. Windows color (decimal): -8074634 or 7785092. OLE color: 7785092.

HSL color Cylindrical-coordinate representation of color #84CA76: hue angle of 110º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84CA76 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB132202118-
CMYK0.3500.420.21
HSL110º44.21%62.75%-
HSV(B)110º41.58%79.22%-
XYZ33.9148.4524.71-
YUV171.4997.8199.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=29.20%
G=44.69%
B=26.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021180.3500.420.2111044.2162.75
Hex84CA762302A156e2c3f
Octal20431216643052251565477
Binary100001001100101011101101000110101010101011101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,202,118); }

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

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

 a { background-color: rgb(132,202,118); }

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

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

 span { border-color: rgb(132,202,118); }

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