#8DD57E

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

Shades of De York #8DD57E

Tints of De York #8DD57E

Color information

#8DD57E (or 0x8DD57E) is unknown color: approx De York. HEX triplet: 8D, D5 and 7E. RGB value is (141,213,126). Sum of RGB (Red+Green+Blue) = 141+213+126=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD57E is #722A81. Grayscale: #B5B5B5. Windows color (decimal): -7481986 or 8312205. OLE color: 8312205.

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

Color convert

RGB141213126-
CMYK0.3400.410.16
HSL109.66º50.88%66.47%-
HSV(B)109.66º40.85%83.53%-
XYZ38.5454.7628.28-
YUV181.5596.6599.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 126 (49.61% from 255) = 26.25%
R=29.38%
G=44.38%
B=26.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412131260.3400.410.16109.6650.8866.47
Hex8DD57E22029106e3342
Octal215325176420512015663102
Binary1000110111010101111111010001001010011000011011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,213,126); }

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

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

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

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

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

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

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