#8DD58A

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

Shades of De York #8DD58A

Tints of De York #8DD58A

Color information

#8DD58A (or 0x8DD58A) is unknown color: approx De York. HEX triplet: 8D, D5 and 8A. RGB value is (141,213,138). Sum of RGB (Red+Green+Blue) = 141+213+138=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD58A is #722A75. Grayscale: #B7B7B7. Windows color (decimal): -7481974 or 9098637. OLE color: 9098637.

HSL color Cylindrical-coordinate representation of color #8DD58A: hue angle of 117.6º 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 #8DD58A is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB141213138-
CMYK0.3400.350.16
HSL117.6º47.17%68.82%-
HSV(B)117.6º35.21%83.53%-
XYZ39.3755.0932.6-
YUV182.92102.6598.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=28.66%
G=43.29%
B=28.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412131380.3400.350.16117.647.1768.82
Hex8DD58A2202310762f45
Octal215325212420432016657105
Binary10001101110101011000101010001001000111000011101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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