#8DCB84

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

Shades of De York #8DCB84

Tints of De York #8DCB84

Color information

#8DCB84 (or 0x8DCB84) is unknown color: approx De York. HEX triplet: 8D, CB and 84. RGB value is (141,203,132). Sum of RGB (Red+Green+Blue) = 141+203+132=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCB84 is #72347B. Grayscale: #B0B0B0. Windows color (decimal): -7484540 or 8702861. OLE color: 8702861.

HSL color Cylindrical-coordinate representation of color #8DCB84: hue angle of 112.39º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DCB84 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB141203132-
CMYK0.3100.350.20
HSL112.39º40.57%65.69%-
HSV(B)112.39º34.98%79.61%-
XYZ36.5150.0429.56-
YUV176.37102.96102.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=29.62%
G=42.65%
B=27.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031320.3100.350.20112.3940.5765.69
Hex8DCB841F02314702942
Octal215313204370432416051102
Binary1000110111001011100001001111101000111010011100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCB84; }

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

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

<style>
 a { background-color: #8DCB84; }

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

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

<style>
 span { border-color: #8DCB84; }

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

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