#8DC88F

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

Shades of De York #8DC88F

Tints of De York #8DC88F

Color information

#8DC88F (or 0x8DC88F) is unknown color: approx De York. HEX triplet: 8D, C8 and 8F. RGB value is (141,200,143). Sum of RGB (Red+Green+Blue) = 141+200+143=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC88F is #723770. Grayscale: #B0B0B0. Windows color (decimal): -7485297 or 9422989. OLE color: 9422989.

HSL color Cylindrical-coordinate representation of color #8DC88F: hue angle of 122.03º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC88F is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB141200143-
CMYK0.2900.280.22
HSL122.03º34.91%66.86%-
HSV(B)122.03º29.5%78.43%-
XYZ36.648.9533.51-
YUV175.86109.45103.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=29.13%
G=41.32%
B=29.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001430.2900.280.22122.0334.9166.86
Hex8DC88F1D01C167a2343
Octal215310217350342617243103
Binary100011011100100010001111111010111001011011110101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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