#84D08F

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

Shades of De York #84D08F

Tints of De York #84D08F

Color information

#84D08F (or 0x84D08F) is unknown color: approx De York. HEX triplet: 84, D0 and 8F. RGB value is (132,208,143). Sum of RGB (Red+Green+Blue) = 132+208+143=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #84D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D08F is #7B2F70. Grayscale: #B2B2B2. Windows color (decimal): -8073073 or 9425028. OLE color: 9425028.

HSL color Cylindrical-coordinate representation of color #84D08F: hue angle of 128.68º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D08F is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB132208143-
CMYK0.3700.310.18
HSL128.68º44.71%66.67%-
HSV(B)128.68º36.54%81.57%-
XYZ37.035234.07-
YUV177.87108.3295.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=27.33%
G=43.06%
B=29.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322081430.3700.310.18128.6844.7166.67
Hex84D08F2501F12812d43
Octal204320217450372220155103
Binary10000100110100001000111110010101111110010100000011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,208,143); }

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

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

 a { background-color: rgb(132,208,143); }

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

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

 span { border-color: rgb(132,208,143); }

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