#84CA7D

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

Shades of De York #84CA7D

Tints of De York #84CA7D

Color information

#84CA7D (or 0x84CA7D) is unknown color: approx De York. HEX triplet: 84, CA and 7D. RGB value is (132,202,125). Sum of RGB (Red+Green+Blue) = 132+202+125=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA7D is #7B3582. Grayscale: #ACACAC. Windows color (decimal): -8074627 or 8243844. OLE color: 8243844.

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

Color convert

RGB132202125-
CMYK0.3500.380.21
HSL114.55º42.08%64.12%-
HSV(B)114.55º38.12%79.22%-
XYZ34.3448.6326.98-
YUV172.29101.3199.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.76%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=28.76%
G=44.01%
B=27.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021250.3500.380.21114.5542.0864.12
Hex84CA7D2302615732a40
Octal204312175430462516352100
Binary1000010011001010111110110001101001101010111100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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