#8DDA88

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

Shades of De York #8DDA88

Tints of De York #8DDA88

Color information

#8DDA88 (or 0x8DDA88) is unknown color: approx De York. HEX triplet: 8D, DA and 88. RGB value is (141,218,136). Sum of RGB (Red+Green+Blue) = 141+218+136=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA88 is #722577. Grayscale: #B9B9B9. Windows color (decimal): -7480696 or 8968845. OLE color: 8968845.

HSL color Cylindrical-coordinate representation of color #8DDA88: hue angle of 116.34º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DDA88 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB141218136-
CMYK0.3500.380.15
HSL116.34º52.56%69.41%-
HSV(B)116.34º37.61%85.49%-
XYZ40.557.5832.27-
YUV185.6399.9996.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=28.48%
G=44.04%
B=27.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181360.3500.380.15116.3452.5669.41
Hex8DDA8823026F743545
Octal215332210430461716465105
Binary1000110111011010100010001000110100110111111101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,136); }

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

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

 a { background-color: rgb(141,218,136); }

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

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

 span { border-color: rgb(141,218,136); }

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