#8DD48A

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

Shades of De York #8DD48A

Tints of De York #8DD48A

Color information

#8DD48A (or 0x8DD48A) is unknown color: approx De York. HEX triplet: 8D, D4 and 8A. RGB value is (141,212,138). Sum of RGB (Red+Green+Blue) = 141+212+138=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD48A is #722B75. Grayscale: #B6B6B6. Windows color (decimal): -7482230 or 9098381. OLE color: 9098381.

HSL color Cylindrical-coordinate representation of color #8DD48A: hue angle of 117.57º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD48A is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB141212138-
CMYK0.3300.350.17
HSL117.57º46.25%68.63%-
HSV(B)117.57º34.91%83.14%-
XYZ39.1254.5832.52-
YUV182.33102.9898.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=28.72%
G=43.18%
B=28.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412121380.3300.350.17117.5746.2568.63
Hex8DD48A2102311762e45
Octal215324212410432116656105
Binary10001101110101001000101010000101000111000111101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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