#8CCD84

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

Shades of De York #8CCD84

Tints of De York #8CCD84

Color information

#8CCD84 (or 0x8CCD84) is unknown color: approx De York. HEX triplet: 8C, CD and 84. RGB value is (140,205,132). Sum of RGB (Red+Green+Blue) = 140+205+132=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD84 is #73327B. Grayscale: #B1B1B1. Windows color (decimal): -7549564 or 8703372. OLE color: 8703372.

HSL color Cylindrical-coordinate representation of color #8CCD84: hue angle of 113.42º 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 #8CCD84 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB140205132-
CMYK0.3200.360.20
HSL113.42º42.2%66.08%-
HSV(B)113.42º35.61%80.39%-
XYZ36.8150.929.72-
YUV177.24102.47101.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=29.35%
G=42.98%
B=27.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051320.3200.360.20113.4242.266.08
Hex8CCD842002414712a42
Octal214315204400442416152102
Binary10001100110011011000010010000001001001010011100011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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