#8CC57D

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

Shades of De York #8CC57D

Tints of De York #8CC57D

Color information

#8CC57D (or 0x8CC57D) is unknown color: approx De York. HEX triplet: 8C, C5 and 7D. RGB value is (140,197,125). Sum of RGB (Red+Green+Blue) = 140+197+125=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC57D is #733A82. Grayscale: #ABABAB. Windows color (decimal): -7551619 or 8242572. OLE color: 8242572.

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

Color convert

RGB140197125-
CMYK0.2900.370.23
HSL107.5º38.3%63.14%-
HSV(B)107.5º36.55%77.25%-
XYZ34.4846.9926.65-
YUV171.75101.62105.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=30.30%
G=42.64%
B=27.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401971250.2900.370.23107.538.363.14
Hex8CC57D1D025176b263f
Octal21430517535045271534677
Binary10001100110001011111101111010100101101111101011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,197,125); }

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

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

 a { background-color: rgb(140,197,125); }

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

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

 span { border-color: rgb(140,197,125); }

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