#8DD68D

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

Shades of De York #8DD68D

Tints of De York #8DD68D

Color information

#8DD68D (or 0x8DD68D) is unknown color: approx De York. HEX triplet: 8D, D6 and 8D. RGB value is (141,214,141). Sum of RGB (Red+Green+Blue) = 141+214+141=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD68D is #722972. Grayscale: #B8B8B8. Windows color (decimal): -7481715 or 9295501. OLE color: 9295501.

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

Color convert

RGB141214141-
CMYK0.3400.340.16
HSL120º47.1%69.61%-
HSV(B)120º34.11%83.92%-
XYZ39.8455.6833.85-
YUV183.85103.8297.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=28.43%
G=43.15%
B=28.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141410.3400.340.1612047.169.61
Hex8DD68D2202210782f46
Octal215326215420422017057106
Binary10001101110101101000110110001001000101000011110001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,141); }

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

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

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

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

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

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

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