#84D28B

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

Shades of De York #84D28B

Tints of De York #84D28B

Color information

#84D28B (or 0x84D28B) is unknown color: approx De York. HEX triplet: 84, D2 and 8B. RGB value is (132,210,139). Sum of RGB (Red+Green+Blue) = 132+210+139=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #84D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D28B is #7B2D74. Grayscale: #B2B2B2. Windows color (decimal): -8072565 or 9163396. OLE color: 9163396.

HSL color Cylindrical-coordinate representation of color #84D28B: hue angle of 125.38º degrees, saturation: 0.46, 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 #84D28B is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB132210139-
CMYK0.3700.340.18
HSL125.38º46.43%67.06%-
HSV(B)125.38º37.14%82.35%-
XYZ37.2252.8632.67-
YUV178.58105.6694.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=27.44%
G=43.66%
B=28.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322101390.3700.340.18125.3846.4367.06
Hex84D28B25022127d2e43
Octal204322213450422217556103
Binary10000100110100101000101110010101000101001011111011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,210,139); }

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

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

 a { background-color: rgb(132,210,139); }

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

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

 span { border-color: rgb(132,210,139); }

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