#8DCF84

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

Shades of De York #8DCF84

Tints of De York #8DCF84

Color information

#8DCF84 (or 0x8DCF84) is unknown color: approx De York. HEX triplet: 8D, CF and 84. RGB value is (141,207,132). Sum of RGB (Red+Green+Blue) = 141+207+132=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCF84 is #72307B. Grayscale: #B2B2B2. Windows color (decimal): -7483516 or 8703885. OLE color: 8703885.

HSL color Cylindrical-coordinate representation of color #8DCF84: hue angle of 112.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DCF84 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB141207132-
CMYK0.3200.360.19
HSL112.8º43.86%66.47%-
HSV(B)112.8º36.23%81.18%-
XYZ37.4651.9529.88-
YUV178.72101.63101.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 207 (81.25% from 255) = 43.12%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=29.38%
G=43.12%
B=27.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412071320.3200.360.19112.843.8666.47
Hex8DCF842002413712c42
Octal215317204400442316154102
Binary10001101110011111000010010000001001001001111100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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