#8CC984

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

Shades of De York #8CC984

Tints of De York #8CC984

Color information

#8CC984 (or 0x8CC984) is unknown color: approx De York. HEX triplet: 8C, C9 and 84. RGB value is (140,201,132). Sum of RGB (Red+Green+Blue) = 140+201+132=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC984 is #73367B. Grayscale: #AFAFAF. Windows color (decimal): -7550588 or 8702348. OLE color: 8702348.

HSL color Cylindrical-coordinate representation of color #8CC984: hue angle of 113.04º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CC984 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB140201132-
CMYK0.3000.340.21
HSL113.04º38.98%65.29%-
HSV(B)113.04º34.33%78.82%-
XYZ35.8749.0129.4-
YUV174.9103.79103.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 201 (78.91% from 255) = 42.49%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=29.60%
G=42.49%
B=27.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011320.3000.340.21113.0438.9865.29
Hex8CC9841E02215712741
Octal214311204360422516147101
Binary1000110011001001100001001111001000101010111100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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