#8DD098

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

Shades of De York #8DD098

Tints of De York #8DD098

Color information

#8DD098 (or 0x8DD098) is unknown color: approx De York. HEX triplet: 8D, D0 and 98. RGB value is (141,208,152). Sum of RGB (Red+Green+Blue) = 141+208+152=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD098 is #722F67. Grayscale: #B5B5B5. Windows color (decimal): -7483240 or 10014861. OLE color: 10014861.

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

Color convert

RGB141208152-
CMYK0.3200.270.18
HSL129.85º41.61%68.43%-
HSV(B)129.85º32.21%81.57%-
XYZ39.2153.0437.88-
YUV181.58111.399.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=28.14%
G=41.52%
B=30.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081520.3200.270.18129.8541.6168.43
Hex8DD0982001B12822a44
Octal215320230400332220252104
Binary10001101110100001001100010000001101110010100000101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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