#8FCD93

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

Shades of De York #8FCD93

Tints of De York #8FCD93

Color information

#8FCD93 (or 0x8FCD93) is unknown color: approx De York. HEX triplet: 8F, CD and 93. RGB value is (143,205,147). Sum of RGB (Red+Green+Blue) = 143+205+147=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD93 is #70326C. Grayscale: #B4B4B4. Windows color (decimal): -7352941 or 9686415. OLE color: 9686415.

HSL color Cylindrical-coordinate representation of color #8FCD93: hue angle of 123.87º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCD93 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB143205147-
CMYK0.3000.280.20
HSL123.87º38.27%68.24%-
HSV(B)123.87º30.24%80.39%-
XYZ38.4351.6135.54-
YUV179.85109.46101.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.89%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=28.89%
G=41.41%
B=29.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051470.3000.280.20123.8738.2768.24
Hex8FCD931E01C147c2644
Octal217315223360342417446104
Binary100011111100110110010011111100111001010011111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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