#8FCC84

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

Shades of De York #8FCC84

Tints of De York #8FCC84

Color information

#8FCC84 (or 0x8FCC84) is unknown color: approx De York. HEX triplet: 8F, CC and 84. RGB value is (143,204,132). Sum of RGB (Red+Green+Blue) = 143+204+132=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC84 is #70337B. Grayscale: #B1B1B1. Windows color (decimal): -7353212 or 8703119. OLE color: 8703119.

HSL color Cylindrical-coordinate representation of color #8FCC84: hue angle of 110.83º 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 #8FCC84 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB143204132-
CMYK0.3000.350.2
HSL110.83º41.38%65.88%-
HSV(B)110.83º35.29%80%-
XYZ37.0950.6929.66-
YUV177.55102.29103.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.85%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=29.85%
G=42.59%
B=27.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041320.3000.350.2110.8341.3865.88
Hex8FCC841E023146f2942
Octal217314204360432415751102
Binary1000111111001100100001001111001000111010011011111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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