#8DD195

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

Shades of De York #8DD195

Tints of De York #8DD195

Color information

#8DD195 (or 0x8DD195) is unknown color: approx De York. HEX triplet: 8D, D1 and 95. RGB value is (141,209,149). Sum of RGB (Red+Green+Blue) = 141+209+149=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD195 is #722E6A. Grayscale: #B6B6B6. Windows color (decimal): -7482987 or 9818509. OLE color: 9818509.

HSL color Cylindrical-coordinate representation of color #8DD195: hue angle of 127.06º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD195 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB141209149-
CMYK0.3300.290.18
HSL127.06º42.5%68.63%-
HSV(B)127.06º32.54%81.96%-
XYZ39.2153.4336.68-
YUV181.83109.4798.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.26%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=28.26%
G=41.88%
B=29.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091490.3300.290.18127.0642.568.63
Hex8DD1952101D127f2a45
Octal215321225410352217752105
Binary1000110111010001100101011000010111011001011111111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,209,149); }

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

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

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

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

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

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

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