#8ECF8B

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

Shades of De York #8ECF8B

Tints of De York #8ECF8B

Color information

#8ECF8B (or 0x8ECF8B) is unknown color: approx De York. HEX triplet: 8E, CF and 8B. RGB value is (142,207,139). Sum of RGB (Red+Green+Blue) = 142+207+139=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF8B is #713074. Grayscale: #B4B4B4. Windows color (decimal): -7417973 or 9162638. OLE color: 9162638.

HSL color Cylindrical-coordinate representation of color #8ECF8B: hue angle of 117.35º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ECF8B is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB142207139-
CMYK0.3100.330.19
HSL117.35º41.46%67.84%-
HSV(B)117.35º32.85%81.18%-
XYZ38.1352.2432.5-
YUV179.81104.97101.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=29.10%
G=42.42%
B=28.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422071390.3100.330.19117.3541.4667.84
Hex8ECF8B1F02113752944
Octal216317213370412316551104
Binary1000111011001111100010111111101000011001111101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,139); }

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

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

 a { background-color: rgb(142,207,139); }

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

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

 span { border-color: rgb(142,207,139); }

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