#8fcd84

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

Shades of De York #8FCD84

Tints of De York #8FCD84

Color information

#8FCD84 (or 0x8FCD84) is unknown color: approx De York. HEX triplet: 8F, CD and 84. RGB value is (143,205,132). Sum of RGB (Red+Green+Blue) = 143+205+132=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD84 is #70327B. Grayscale: #B2B2B2. Windows color (decimal): -7352956 or 8703375. OLE color: 8703375.

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

Color convert

RGB143205132-
CMYK0.3000.360.20
HSL110.96º42.2%66.08%-
HSV(B)110.96º35.61%80.39%-
XYZ37.3251.1729.74-
YUV178.14101.96102.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.79%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=29.79%
G=42.71%
B=27.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051320.3000.360.20110.9642.266.08
Hex8FCD841E024146f2a42
Octal217315204360442415752102
Binary1000111111001101100001001111001001001010011011111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fcd84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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