#84C375

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

Shades of De York #84C375

Tints of De York #84C375

Color information

#84C375 (or 0x84C375) is unknown color: approx De York. HEX triplet: 84, C3 and 75. RGB value is (132,195,117). Sum of RGB (Red+Green+Blue) = 132+195+117=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #84C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C375 is #7B3C8A. Grayscale: #A7A7A7. Windows color (decimal): -8076427 or 7717764. OLE color: 7717764.

HSL color Cylindrical-coordinate representation of color #84C375: hue angle of 108.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84C375 is Cyan = 0.32, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB132195117-
CMYK0.3200.40.24
HSL108.46º39.39%61.18%-
HSV(B)108.46º40%76.47%-
XYZ32.2445.2223.86-
YUV167.2799.63102.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 195 (76.56% from 255) = 43.92%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=29.73%
G=43.92%
B=26.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321951170.3200.40.24108.4639.3961.18
Hex84C37520028186c273d
Octal20430316540050301544775
Binary100001001100001111101011000000101000110001101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,195,117); }

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

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

 a { background-color: rgb(132,195,117); }

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

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

 span { border-color: rgb(132,195,117); }

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