#8CCB8E

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

Shades of De York #8CCB8E

Tints of De York #8CCB8E

Color information

#8CCB8E (or 0x8CCB8E) is unknown color: approx De York. HEX triplet: 8C, CB and 8E. RGB value is (140,203,142). Sum of RGB (Red+Green+Blue) = 140+203+142=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCB8E is #733471. Grayscale: #B1B1B1. Windows color (decimal): -7550066 or 9358220. OLE color: 9358220.

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

Color convert

RGB140203142-
CMYK0.3100.300.20
HSL121.9º37.72%67.25%-
HSV(B)121.9º31.03%79.61%-
XYZ37.0550.2433.34-
YUV177.21108.13101.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=28.87%
G=41.86%
B=29.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402031420.3100.300.20121.937.7267.25
Hex8CCB8E1F01E147a2643
Octal214313216370362417246103
Binary100011001100101110001110111110111101010011110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,203,142); }

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

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

 a { background-color: rgb(140,203,142); }

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

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

 span { border-color: rgb(140,203,142); }

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