#84DE8D

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

Shades of De York #84DE8D

Tints of De York #84DE8D

Color information

#84DE8D (or 0x84DE8D) is unknown color: approx De York. HEX triplet: 84, DE and 8D. RGB value is (132,222,141). Sum of RGB (Red+Green+Blue) = 132+222+141=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #84DE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DE8D is #7B2172. Grayscale: #BABABA. Windows color (decimal): -8069491 or 9297540. OLE color: 9297540.

HSL color Cylindrical-coordinate representation of color #84DE8D: hue angle of 126º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DE8D is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB132222141-
CMYK0.4100.360.13
HSL126º57.69%69.41%-
HSV(B)126º40.54%87.06%-
XYZ40.4459.0734.47-
YUV185.86102.6889.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=26.67%
G=44.85%
B=28.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322221410.4100.360.1312657.6969.41
Hex84DE8D29024D7e3a45
Octal204336215510441517672105
Binary1000010011011110100011011010010100100110111111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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