#8ECD98

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

Shades of De York #8ECD98

Tints of De York #8ECD98

Color information

#8ECD98 (or 0x8ECD98) is unknown color: approx De York. HEX triplet: 8E, CD and 98. RGB value is (142,205,152). Sum of RGB (Red+Green+Blue) = 142+205+152=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD98 is #713267. Grayscale: #B4B4B4. Windows color (decimal): -7418472 or 10014094. OLE color: 10014094.

HSL color Cylindrical-coordinate representation of color #8ECD98: hue angle of 129.52º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECD98 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB142205152-
CMYK0.3100.260.20
HSL129.52º38.65%68.04%-
HSV(B)129.52º30.73%80.39%-
XYZ38.6551.6837.64-
YUV180.12112.13100.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=28.46%
G=41.08%
B=30.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051520.3100.260.20129.5238.6568.04
Hex8ECD981F01A14822744
Octal216315230370322420247104
Binary1000111011001101100110001111101101010100100000101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,152); }

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

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

 a { background-color: rgb(142,205,152); }

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

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

 span { border-color: rgb(142,205,152); }

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