#8DD08F

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

Shades of De York #8DD08F

Tints of De York #8DD08F

Color information

#8DD08F (or 0x8DD08F) is unknown color: approx De York. HEX triplet: 8D, D0 and 8F. RGB value is (141,208,143). Sum of RGB (Red+Green+Blue) = 141+208+143=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD08F is #722F70. Grayscale: #B4B4B4. Windows color (decimal): -7483249 or 9425037. OLE color: 9425037.

HSL color Cylindrical-coordinate representation of color #8DD08F: hue angle of 121.79º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD08F is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB141208143-
CMYK0.3200.310.18
HSL121.79º41.61%68.43%-
HSV(B)121.79º32.21%81.57%-
XYZ38.552.7634.14-
YUV180.56106.899.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=28.66%
G=42.28%
B=29.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081430.3200.310.18121.7941.6168.43
Hex8DD08F2001F127a2a44
Octal215320217400372217252104
Binary1000110111010000100011111000000111111001011110101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,143); }

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

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

 a { background-color: rgb(141,208,143); }

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

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

 span { border-color: rgb(141,208,143); }

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