#8DD192

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

Shades of De York #8DD192

Tints of De York #8DD192

Color information

#8DD192 (or 0x8DD192) is unknown color: approx De York. HEX triplet: 8D, D1 and 92. RGB value is (141,209,146). Sum of RGB (Red+Green+Blue) = 141+209+146=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD192 is #722E6D. Grayscale: #B5B5B5. Windows color (decimal): -7482990 or 9621901. OLE color: 9621901.

HSL color Cylindrical-coordinate representation of color #8DD192: hue angle of 124.41º 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 #8DD192 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB141209146-
CMYK0.3300.300.18
HSL124.41º42.5%68.63%-
HSV(B)124.41º32.54%81.96%-
XYZ38.9753.3435.44-
YUV181.49107.9799.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=28.43%
G=42.14%
B=29.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091460.3300.300.18124.4142.568.63
Hex8DD1922101E127c2a45
Octal215321222410362217452105
Binary1000110111010001100100101000010111101001011111001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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