#8CD68E

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

Shades of De York #8CD68E

Tints of De York #8CD68E

Color information

#8CD68E (or 0x8CD68E) is unknown color: approx De York. HEX triplet: 8C, D6 and 8E. RGB value is (140,214,142). Sum of RGB (Red+Green+Blue) = 140+214+142=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD68E is #732971. Grayscale: #B7B7B7. Windows color (decimal): -7547250 or 9361036. OLE color: 9361036.

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

Color convert

RGB140214142-
CMYK0.3500.340.16
HSL121.62º47.44%69.41%-
HSV(B)121.62º34.58%83.92%-
XYZ39.7455.6234.23-
YUV183.67104.4896.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=28.23%
G=43.15%
B=28.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141420.3500.340.16121.6247.4469.41
Hex8CD68E23022107a2f45
Octal214326216430422017257105
Binary10001100110101101000111010001101000101000011110101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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