#8CD289

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

Shades of De York #8CD289

Tints of De York #8CD289

Color information

#8CD289 (or 0x8CD289) is unknown color: approx De York. HEX triplet: 8C, D2 and 89. RGB value is (140,210,137). Sum of RGB (Red+Green+Blue) = 140+210+137=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD289 is #732D76. Grayscale: #B4B4B4. Windows color (decimal): -7548279 or 9032332. OLE color: 9032332.

HSL color Cylindrical-coordinate representation of color #8CD289: hue angle of 117.53º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD289 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB140210137-
CMYK0.3300.350.18
HSL117.53º44.79%68.04%-
HSV(B)117.53º34.76%82.35%-
XYZ38.3853.4731.97-
YUV180.75103.3198.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=28.75%
G=43.12%
B=28.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101370.3300.350.18117.5344.7968.04
Hex8CD2892102312762d44
Octal214322211410432216655104
Binary10001100110100101000100110000101000111001011101101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,137); }

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

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

 a { background-color: rgb(140,210,137); }

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

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

 span { border-color: rgb(140,210,137); }

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