#8FCB8D

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

Shades of De York #8FCB8D

Tints of De York #8FCB8D

Color information

#8FCB8D (or 0x8FCB8D) is unknown color: approx De York. HEX triplet: 8F, CB and 8D. RGB value is (143,203,141). Sum of RGB (Red+Green+Blue) = 143+203+141=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB8D is #703472. Grayscale: #B2B2B2. Windows color (decimal): -7353459 or 9292687. OLE color: 9292687.

HSL color Cylindrical-coordinate representation of color #8FCB8D: hue angle of 118.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCB8D is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB143203141-
CMYK0.3000.310.20
HSL118.06º37.35%67.45%-
HSV(B)118.06º30.54%79.61%-
XYZ37.4950.4732.97-
YUV177.99107.12103.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=29.36%
G=41.68%
B=28.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031410.3000.310.20118.0637.3567.45
Hex8FCB8D1E01F14762543
Octal217313215360372416645103
Binary100011111100101110001101111100111111010011101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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