#8CC485

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

Shades of De York #8CC485

Tints of De York #8CC485

Color information

#8CC485 (or 0x8CC485) is unknown color: approx De York. HEX triplet: 8C, C4 and 85. RGB value is (140,196,133). Sum of RGB (Red+Green+Blue) = 140+196+133=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC485 is #733B7A. Grayscale: #ACACAC. Windows color (decimal): -7551867 or 8766604. OLE color: 8766604.

HSL color Cylindrical-coordinate representation of color #8CC485: hue angle of 113.33º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CC485 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB140196133-
CMYK0.2900.320.23
HSL113.33º34.81%64.51%-
HSV(B)113.33º32.14%76.86%-
XYZ34.7946.7529.38-
YUV172.07105.95105.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=29.85%
G=41.79%
B=28.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401961330.2900.320.23113.3334.8164.51
Hex8CC4851D02017712341
Octal214304205350402716143101
Binary1000110011000100100001011110101000001011111100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,196,133); }

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

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

 a { background-color: rgb(140,196,133); }

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

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

 span { border-color: rgb(140,196,133); }

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