#84D58D

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

Shades of De York #84D58D

Tints of De York #84D58D

Color information

#84D58D (or 0x84D58D) is unknown color: approx De York. HEX triplet: 84, D5 and 8D. RGB value is (132,213,141). Sum of RGB (Red+Green+Blue) = 132+213+141=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #84D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D58D is #7B2A72. Grayscale: #B4B4B4. Windows color (decimal): -8071795 or 9295236. OLE color: 9295236.

HSL color Cylindrical-coordinate representation of color #84D58D: hue angle of 126.67º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D58D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB132213141-
CMYK0.3800.340.16
HSL126.67º49.09%67.65%-
HSV(B)126.67º38.03%83.53%-
XYZ38.1254.4233.69-
YUV180.57105.6693.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=27.16%
G=43.83%
B=29.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322131410.3800.340.16126.6749.0967.65
Hex84D58D26022107f3144
Octal204325215460422017761104
Binary10000100110101011000110110011001000101000011111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,213,141); }

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

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

 a { background-color: rgb(132,213,141); }

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

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

 span { border-color: rgb(132,213,141); }

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