#8CD688

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

Shades of De York #8CD688

Tints of De York #8CD688

Color information

#8CD688 (or 0x8CD688) is unknown color: approx De York. HEX triplet: 8C, D6 and 88. RGB value is (140,214,136). Sum of RGB (Red+Green+Blue) = 140+214+136=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD688 is #732977. Grayscale: #B7B7B7. Windows color (decimal): -7547256 or 8967820. OLE color: 8967820.

HSL color Cylindrical-coordinate representation of color #8CD688: hue angle of 116.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CD688 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB140214136-
CMYK0.3500.360.16
HSL116.92º48.75%68.63%-
HSV(B)116.92º36.45%83.92%-
XYZ39.3155.4531.92-
YUV182.98101.4897.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=28.57%
G=43.67%
B=27.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141360.3500.360.16116.9248.7568.63
Hex8CD6882302410753145
Octal214326210430442016561105
Binary10001100110101101000100010001101001001000011101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,214,136); }

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

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

 a { background-color: rgb(140,214,136); }

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

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

 span { border-color: rgb(140,214,136); }

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