#8FCB93

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

Shades of De York #8FCB93

Tints of De York #8FCB93

Color information

#8FCB93 (or 0x8FCB93) is unknown color: approx De York. HEX triplet: 8F, CB and 93. RGB value is (143,203,147). Sum of RGB (Red+Green+Blue) = 143+203+147=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB93 is #70346C. Grayscale: #B2B2B2. Windows color (decimal): -7353453 or 9685903. OLE color: 9685903.

HSL color Cylindrical-coordinate representation of color #8FCB93: hue angle of 124º degrees, saturation: 0.37, 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 #8FCB93 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB143203147-
CMYK0.3000.280.20
HSL124º36.59%67.84%-
HSV(B)124º29.56%79.61%-
XYZ37.9550.6635.38-
YUV178.68110.12102.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=29.01%
G=41.18%
B=29.82%

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
Decimal1432031470.3000.280.2012436.5967.84
Hex8FCB931E01C147c2544
Octal217313223360342417445104
Binary100011111100101110010011111100111001010011111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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